Fixing logging (#1146)

* Fixing logging

* Removing logs

[ROCm/rocprofiler-sdk commit: 42765c35a2]
Bu işleme şunda yer alıyor:
Gopesh Bhardwaj
2024-10-24 12:03:16 +05:30
işlemeyi yapan: GitHub
ebeveyn 132f00cbec
işleme 4a64ab1884
2 değiştirilmiş dosya ile 1 ekleme ve 2 silme
-1
Dosyayı Görüntüle
@@ -404,7 +404,6 @@ QueueController*
get_queue_controller()
{
static auto*& controller = common::static_object<QueueController>::construct();
LOG(ERROR) << (uint64_t) controller;
return controller;
}
+1 -1
Dosyayı Görüntüle
@@ -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);