From 0ad47eb3e5176cbe21f3fb7e9623bd44b38e8dc9 Mon Sep 17 00:00:00 2001 From: Jaydeep Patel Date: Tue, 21 Feb 2023 12:50:02 +0000 Subject: [PATCH] SWDEV-319526 - SE ID size incresed. Change-Id: Ia7df94d172102b321f12c8caa821e3a7e4447a21 --- hipamd/include/hip/amd_detail/amd_device_functions.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hipamd/include/hip/amd_detail/amd_device_functions.h b/hipamd/include/hip/amd_detail/amd_device_functions.h index 30d2511ecd..57576f57a4 100644 --- a/hipamd/include/hip/amd_detail/amd_device_functions.h +++ b/hipamd/include/hip/amd_detail/amd_device_functions.h @@ -921,7 +921,7 @@ int __syncthreads_or(int predicate) PIPE_ID 7:6 Pipeline from which the wave was dispatched. CU_ID 11:8 Compute Unit the wave is assigned to. SH_ID 12 Shader Array (within an SE) the wave is assigned to. - SE_ID 14:13 Shader Engine the wave is assigned to. + SE_ID 15:13 Shader Engine the wave is assigned to. TG_ID 19:16 Thread-group ID VM_ID 23:20 Virtual Memory ID QUEUE_ID 26:24 Queue from which this wave was dispatched. @@ -934,7 +934,7 @@ int __syncthreads_or(int predicate) #define HW_ID_CU_ID_SIZE 4 #define HW_ID_CU_ID_OFFSET 8 -#define HW_ID_SE_ID_SIZE 2 +#define HW_ID_SE_ID_SIZE 3 #define HW_ID_SE_ID_OFFSET 13 /*