From 20053d3a17ce3ff389a7c8e499d55706958d08fc Mon Sep 17 00:00:00 2001 From: Jatin Chaudhary Date: Wed, 20 Sep 2023 12:53:58 +0100 Subject: [PATCH] SWDEV-422808 - Add E5M2 and E4M3 entries in hipDataType Change-Id: Id347318b5529716cc127e86ac624af64e5e4e17b [ROCm/hip commit: 8ff06fd290b78bff7824f9c42b8c5133f5e2e49f] --- projects/hip/include/hip/library_types.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 {