From 40619ac19cf9e2ac9cf784cf7e3328ba2f6cd86b Mon Sep 17 00:00:00 2001 From: Giovanni LB Date: Fri, 21 Apr 2023 00:25:10 -0300 Subject: [PATCH] Navi21 support for ATT Change-Id: I24f4a9ca6df805ec05163863490280f8f0a40930 --- src/core/hsa/queues/queue.cpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/core/hsa/queues/queue.cpp b/src/core/hsa/queues/queue.cpp index abfd51e877..62774be5ba 100644 --- a/src/core/hsa/queues/queue.cpp +++ b/src/core/hsa/queues/queue.cpp @@ -849,11 +849,6 @@ void WriteInterceptor(const void* packets, uint64_t pkt_count, uint64_t user_pkt std::lock_guard lk(queue_info.qw_mutex); Agent::AgentInfo* agentInfo = &(hsa_support::GetAgentInfo(queue_info.GetGPUAgent().handle)); - if (agentInfo->getName().substr(0, 4) != "gfx9") { - printf("ATT collection is only supported for gfx9 at the moment!\n"); - exit(1); - } - // Preparing att Packets Packet::packet_t start_packet{}; Packet::packet_t stop_packet{};