SWDEV-475987 - Add mapping for missing CUDA error codes
Change-Id: I3ce0b38c99da0ef5735cd9438f99642f1c9e5226
[ROCm/hip commit: 6b5b7c9438]
This commit is contained in:
@@ -389,6 +389,8 @@ typedef enum __HIP_NODISCARD hipError_t {
|
||||
///< not performed because it included changes which
|
||||
///< violated constraintsspecific to instantiated graph
|
||||
///< update.
|
||||
hipErrorInvalidChannelDescriptor = 911, ///< Invalid channel descriptor.
|
||||
hipErrorInvalidTexture = 912, ///< Invalid texture.
|
||||
hipErrorUnknown = 999, ///< Unknown error.
|
||||
// HSA Runtime Error Codes start here.
|
||||
hipErrorRuntimeMemory = 1052, ///< HSA runtime memory call returned error. Typically not seen
|
||||
|
||||
Reference in New Issue
Block a user