коммит произвёл
GitHub
родитель
dd71131114
Коммит
42765c35a2
@@ -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);
|
||||
|
||||
Ссылка в новой задаче
Block a user