SWDEV-475987 - Add mapping for missing CUDA error codes

Change-Id: I3ce0b38c99da0ef5735cd9438f99642f1c9e5226


[ROCm/hip commit: 6b5b7c9438]
This commit is contained in:
Vladana Stojiljkovic
2024-07-26 12:34:06 +02:00
parent 1593385c2e
commit 75df75518e
@@ -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