diff --git a/projects/hip/include/hip/library_types.h b/projects/hip/include/hip/library_types.h index 8a453a8a6d..f5570d5e9e 100644 --- a/projects/hip/include/hip/library_types.h +++ b/projects/hip/include/hip/library_types.h @@ -57,7 +57,10 @@ typedef enum hipDataType { HIP_R_64I = 24, HIP_C_64I = 25, HIP_R_64U = 26, - HIP_C_64U = 27 + HIP_C_64U = 27, + // HIP specific Data Types + HIP_R_8F_E4M3_FNUZ = 1000, + HIP_R_8F_E5M2_FNUZ = 1001 } hipDataType; typedef enum hipLibraryPropertyType {