Skip to content

Commit

Permalink
SWDEV-475987 - Add mapping for missing CUDA error codes
Browse files Browse the repository at this point in the history
Change-Id: I3ce0b38c99da0ef5735cd9438f99642f1c9e5226
  • Loading branch information
Vladana Stojiljkovic authored and Vladana Stojiljkovic committed Jul 26, 2024
1 parent c0a1fc5 commit 6b5b7c9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include/hip/hip_runtime_api.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6b5b7c9

Please sign in to comment.