2
0

Modifying Public header file with gpu index definition

Change-Id: I9c07ac419b9894c6dc65daa763bbc4cd4a7511b0


[ROCm/rocprofiler commit: f9a096a194]
Este cometimento está contido em:
Ammar ELWazir
2022-11-21 13:31:27 -06:00
ascendente 4aa2491e48
cometimento 81de65e8dc
+2 -2
Ver ficheiro
@@ -2541,7 +2541,7 @@ typedef struct {
// Profiling callback data
typedef struct {
hsa_agent_t agent; // GPU agent handle
uint32_t agent_index; // GPU index
uint32_t agent_index; // GPU index (GPU Driver Node ID as reported in the sysfs topology)
const hsa_queue_t* queue; // HSA queue
uint64_t queue_index; // Index in the queue
uint32_t queue_id; // Queue id
@@ -2660,7 +2660,7 @@ typedef union {
// Profiling info data
typedef struct {
uint32_t agent_index; // GPU HSA agent index
uint32_t agent_index; // GPU HSA agent index (GPU Driver Node ID as reported in the sysfs topology)
rocprofiler_info_kind_t kind; // info data kind
union {
struct {