Fixing logging (#1146)

* Fixing logging

* Removing logs
This commit is contained in:
Gopesh Bhardwaj
2024-10-24 12:03:16 +05:30
committad av GitHub
förälder dd71131114
incheckning 42765c35a2
2 ändrade filer med 1 tillägg och 2 borttagningar
@@ -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);