From 520bbadd3db24c10bc3190917d30b03fc02274a8 Mon Sep 17 00:00:00 2001 From: "Chaudhary, Jatin Jaikishan" Date: Tue, 15 Apr 2025 23:25:50 +0100 Subject: [PATCH] SWDEV-461087 - add OCP types to HIP (#36) --- include/hip/library_types.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/include/hip/library_types.h b/include/hip/library_types.h index 56aebf75fe..bd9606f1c4 100644 --- a/include/hip/library_types.h +++ b/include/hip/library_types.h @@ -60,9 +60,13 @@ typedef enum hipDataType { HIP_C_64U = 27, HIP_R_8F_E4M3 = 28, HIP_R_8F_E5M2 = 29, + HIP_R_8F_UE8M0 = 30, + HIP_R_6F_E2M3 = 31, + HIP_R_6F_E3M2 = 32, + HIP_R_4F_E2M1 = 33, // HIP specific Data Types HIP_R_8F_E4M3_FNUZ = 1000, - HIP_R_8F_E5M2_FNUZ = 1001 + HIP_R_8F_E5M2_FNUZ = 1001, } hipDataType; typedef enum hipLibraryPropertyType {