2
0

Add query for driver gpu_id

Add query OS driver node ID (gpu_id)

Change-Id: I72ebc54d8ae5dbcd1346535912160a642b1065ae


[ROCm/ROCR-Runtime commit: 60a0fd64c4]
Este cometimento está contido em:
David Yat Sin
2023-06-23 15:02:48 +00:00
ascendente e126b5a054
cometimento 175265aef4
3 ficheiros modificados com 12 adições e 1 eliminações
+6 -1
Ver ficheiro
@@ -394,7 +394,12 @@ typedef enum hsa_amd_agent_info_s {
* Queries for number of XCCs within the agent.
* The type of this attribute is uint32_t.
*/
HSA_AMD_AGENT_INFO_NUM_XCC = 0xA111
HSA_AMD_AGENT_INFO_NUM_XCC = 0xA111,
/**
* Queries for driver unique identifier.
* The type of this attribute is uint32_t.
*/
HSA_AMD_AGENT_INFO_DRIVER_UID = 0xA112
} hsa_amd_agent_info_t;
/**