node id to be reported as gpu id
Change-Id: I237281b33cfb5bdad67b7d6e8b69e9a86d62ca5d
[ROCm/rocprofiler commit: 28871e661a]
This commit is contained in:
@@ -768,7 +768,7 @@ void Queue::WriteInterceptor(const void* packets, uint64_t pkt_count, uint64_t u
|
||||
interrupt_signal,
|
||||
new queue_info_session_t{
|
||||
queue_info.GetGPUAgent(), session_id_snapshot, queue_info.GetQueueID(), writer_id,
|
||||
interrupt_signal, agentInfo.GetDeviceInfo().getGPUId(),
|
||||
interrupt_signal, agentInfo.GetDeviceInfo().getNumaNode(),
|
||||
agentInfo.GetDeviceInfo().getXccCount(), queue_info.GetBlockSignal()});
|
||||
ACTIVE_INTERRUPT_SIGNAL_COUNT.fetch_add(1, std::memory_order_relaxed);
|
||||
// profile_id++;
|
||||
|
||||
Reference in New Issue
Block a user