* Fixing logging

* Removing logs

[ROCm/rocprofiler-sdk commit: 42765c35a2]
This commit is contained in:
Gopesh Bhardwaj
2024-10-24 12:03:16 +05:30
zatwierdzone przez GitHub
rodzic 132f00cbec
commit 4a64ab1884
2 zmienionych plików z 1 dodań i 2 usunięć
@@ -404,7 +404,6 @@ QueueController*
get_queue_controller()
{
static auto*& controller = common::static_object<QueueController>::construct();
LOG(ERROR) << (uint64_t) controller;
return controller;
}
@@ -49,7 +49,7 @@ public:
using agent_cache_map_t = std::unordered_map<uint32_t, AgentCache>;
QueueController() = default;
~QueueController() { ROCP_ERROR << "Destroying Queue"; }
~QueueController() {}
// Initializes the QueueInterceptor. This must be delayed until
// HSA has been inited.
void init(CoreApiTable& core_table, AmdExtTable& ext_table);