Fixing logging (#1146)

* Fixing logging

* Removing logs

[ROCm/rocprofiler-sdk commit: 42765c35a2]
이 커밋은 다음에 포함됨:
Gopesh Bhardwaj
2024-10-24 12:03:16 +05:30
커밋한 사람 GitHub
부모 132f00cbec
커밋 4a64ab1884
2개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
@@ -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
파일 보기
@@ -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);