SWDEV-290278 - typedef for hiprtcResult

Change-Id: I93f637dd04ce31aee8ef0ba097f1232af9af8d2b


[ROCm/clr commit: 7866ba9713]
This commit is contained in:
Sarbojit Sarkar
2021-06-11 06:18:09 +00:00
orang tua b21a5c64f6
melakukan e8ff063910
@@ -44,7 +44,7 @@ extern "C" {
*
*/
enum hiprtcResult {
typedef enum hiprtcResult {
HIPRTC_SUCCESS = 0,
HIPRTC_ERROR_OUT_OF_MEMORY = 1,
HIPRTC_ERROR_PROGRAM_CREATION_FAILURE = 2,
@@ -57,7 +57,7 @@ enum hiprtcResult {
HIPRTC_ERROR_NO_LOWERED_NAMES_BEFORE_COMPILATION = 9,
HIPRTC_ERROR_NAME_EXPRESSION_NOT_VALID = 10,
HIPRTC_ERROR_INTERNAL_ERROR = 11
};
} hiprtcResult;
/**
* @brief Return text string message to explain the error which occurred