SWDEV-343380 - [catch2][dtest] Test cases for hipDrvGetErrorName and hipDrvGetErrorString APIs (#122)

Change-Id: I61c124ef1c968a56b103a4ada2decd4fb2041527
此提交包含在:
ROCm CI Service Account
2023-06-21 15:56:54 +05:30
提交者 GitHub
父節點 fd758200e5
當前提交 9760ccd5dc
共有 4 個檔案被更改,包括 634 行新增1 行删除
+6 -1
查看文件
@@ -33,6 +33,7 @@ constexpr hipError_t kErrorEnumerators[] = {hipSuccess,
hipErrorProfilerNotInitialized,
hipErrorProfilerAlreadyStarted,
hipErrorProfilerAlreadyStopped,
#if HT_AMD
hipErrorInvalidConfiguration,
hipErrorInvalidPitchValue,
hipErrorInvalidSymbol,
@@ -42,6 +43,7 @@ constexpr hipError_t kErrorEnumerators[] = {hipSuccess,
hipErrorMissingConfiguration,
hipErrorPriorLaunchFailure,
hipErrorInvalidDeviceFunction,
#endif
hipErrorNoDevice,
hipErrorInvalidDevice,
hipErrorInvalidImage,
@@ -95,5 +97,8 @@ constexpr hipError_t kErrorEnumerators[] = {hipSuccess,
hipErrorStreamCaptureWrongThread,
hipErrorGraphExecUpdateFailure,
hipErrorUnknown,
#if HT_AMD
hipErrorRuntimeMemory,
hipErrorRuntimeOther};
hipErrorRuntimeOther
#endif
};