SWDEV-422808 - Add E5M2 and E4M3 entries in hipDataType

Change-Id: Id347318b5529716cc127e86ac624af64e5e4e17b
This commit is contained in:
Jatin Chaudhary
2023-09-20 12:53:58 +01:00
committed by Jatin Jaikishan Chaudhary
parent 3c533390e3
commit 8ff06fd290
+4 -1
View File
@@ -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 {