rocr: reorder HsaNodeProperties to improve compatibility (#2447)

Signed-off-by: Flora Cui <flora.cui@amd.com>
This commit is contained in:
Flora Cui
2026-01-08 09:56:39 +08:00
committed by GitHub
orang tua cb17e59a57
melakukan be04fa8250
@@ -346,12 +346,13 @@ typedef struct _HsaNodeProperties
HSAuint32 SGPRSizePerCU; // SGPR size in bytes per CU
HSAuint32 NumXcc; // Number of XCC
HSAuint32 CwsrSize; // Size of the CWSR
HSAuint32 CtlStackSize; // Size of the control stack
HSAuint32 KFDGpuID; // GPU Hash ID generated by KFD
HSAuint32 FamilyID; // GPU family id
HSAuint32 CwsrSize; // Size of the CWSR
HSAuint32 CtlStackSize; // Size of the control stack
HSAuint32 LuidLowPart; // Windows Locally Unique Identifier Low 4 bytes
HSAuint32 LuidHighPart; // Windows Locally Unique Identifier High 4 bytes
} HsaNodeProperties;