diff --git a/projects/hip/include/hip/hiprtc.h b/projects/hip/include/hip/hiprtc.h index 61f7649305..2c421605ad 100644 --- a/projects/hip/include/hip/hiprtc.h +++ b/projects/hip/include/hip/hiprtc.h @@ -57,12 +57,12 @@ typedef enum hiprtcResult { HIPRTC_ERROR_INVALID_PROGRAM = 4, HIPRTC_ERROR_INVALID_OPTION = 5, HIPRTC_ERROR_COMPILATION = 6, - HIPRTC_ERROR_LINKING = 7, - HIPRTC_ERROR_BUILTIN_OPERATION_FAILURE = 8, - HIPRTC_ERROR_NO_NAME_EXPRESSIONS_AFTER_COMPILATION = 9, - HIPRTC_ERROR_NO_LOWERED_NAMES_BEFORE_COMPILATION = 10, - HIPRTC_ERROR_NAME_EXPRESSION_NOT_VALID = 11, - HIPRTC_ERROR_INTERNAL_ERROR = 12 + HIPRTC_ERROR_BUILTIN_OPERATION_FAILURE = 7, + HIPRTC_ERROR_NO_NAME_EXPRESSIONS_AFTER_COMPILATION = 8, + HIPRTC_ERROR_NO_LOWERED_NAMES_BEFORE_COMPILATION = 9, + HIPRTC_ERROR_NAME_EXPRESSION_NOT_VALID = 10, + HIPRTC_ERROR_INTERNAL_ERROR = 11, + HIPRTC_ERROR_LINKING = 100 } hiprtcResult; typedef enum hiprtcJIT_option {