We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74dbd0e commit 3886855Copy full SHA for 3886855
include/hsakmt/hsakmttypes.h
@@ -349,6 +349,13 @@ typedef struct _HsaNodeProperties
349
HSAuint32 KFDGpuID; // GPU Hash ID generated by KFD
350
351
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
359
} HsaNodeProperties;
360
361
0 commit comments