From 5690f979a550e25c80ea71c844e0db91e56a67fd Mon Sep 17 00:00:00 2001 From: gobhardw Date: Mon, 12 Feb 2024 12:26:41 +0530 Subject: [PATCH] node id to be reported as gpu id Change-Id: I237281b33cfb5bdad67b7d6e8b69e9a86d62ca5d [ROCm/rocprofiler commit: 28871e661a26ea11f39e194a420f8be19816d691] --- projects/rocprofiler/src/core/hsa/queues/queue.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/rocprofiler/src/core/hsa/queues/queue.cpp b/projects/rocprofiler/src/core/hsa/queues/queue.cpp index 35f0b77551..a247669840 100644 --- a/projects/rocprofiler/src/core/hsa/queues/queue.cpp +++ b/projects/rocprofiler/src/core/hsa/queues/queue.cpp @@ -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++;