rocr: reorder HsaNodeProperties to improve compatibility (#2447)
Signed-off-by: Flora Cui <flora.cui@amd.com>
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user