Skip to content

Commit 3886855

Browse files
authored
wsl/librocdxg: Update HsaNodeProperties from rocm-system (#10)
Signed-off-by: Horatio Zhang <Hongkun.Zhang@amd.com> Reviewed-by: Flora Cui <flora.cui@amd.com>
1 parent 74dbd0e commit 3886855

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

include/hsakmt/hsakmttypes.h

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -349,6 +349,13 @@ typedef struct _HsaNodeProperties
349349
HSAuint32 KFDGpuID; // GPU Hash ID generated by KFD
350350

351351
HSAuint32 FamilyID; // GPU family id
352+
353+
HSAuint32 CwsrSize; // Size of the CWSR
354+
HSAuint32 CtlStackSize; // Size of the control stack
355+
356+
HSAuint32 LuidLowPart; // Windows Locally Unique Identifier Low 4 bytes
357+
HSAuint32 LuidHighPart; // Windows Locally Unique Identifier High 4 bytes
358+
HSAuint64 WallClockKHz; // Wall Clock Frequency in KHz
352359
} HsaNodeProperties;
353360

354361

0 commit comments

Comments
 (0)