TensorRT 10.0.1
nvinfer1::safe::RuntimeErrorInformation Struct Reference

Space to record information about runtime errors. More...

#include <NvInferSafeRuntime.h>

Public Attributes

uint64_t bitMask
 Each bit represents a RuntimeErrorType that has occurred during kernel execution. More...
 

Detailed Description

Space to record information about runtime errors.

kNAN_CONSUMED errors occur when NAN values are stored in an INT8 quantized datatype. kINF_CONSUMED errors occur when +-INF values are stored in an INT8 quantized datatype. kGATHER_OOB errors occur when a gather index tensor contains a value that is outside of the data tensor. kSCATTER_OOB and kSCATTER_RACE are reserved for future use.

Mark the RuntimeErrorType that occurs during asynchronous kernel execution.

Member Data Documentation

◆ bitMask

uint64_t nvinfer1::safe::RuntimeErrorInformation::bitMask

Each bit represents a RuntimeErrorType that has occurred during kernel execution.


The documentation for this struct was generated from the following file:

  Copyright © 2024 NVIDIA Corporation
  Privacy Policy | Manage My Privacy | Do Not Sell or Share My Data | Terms of Service | Accessibility | Corporate Policies | Product Security | Contact