Fix for clang tidy (#1155)

[ROCm/rocprofiler-sdk commit: b5f1d70105]
This commit is contained in:
Giovanni Lenzi Baraldi
2024-10-24 20:37:05 -03:00
committed by GitHub
parent f1c7a1a368
commit dbad56597a
2 changed files with 3 additions and 3 deletions
@@ -67,7 +67,7 @@ namespace hsa
{
namespace
{
static std::atomic<int64_t>&
std::atomic<int64_t>&
get_balanced_signal_slots()
{
constexpr int64_t NUM_SIGNALS = 16;
@@ -48,8 +48,8 @@ public:
using queue_map_t = std::unordered_map<hsa_queue_t*, std::unique_ptr<Queue>>;
using agent_cache_map_t = std::unordered_map<uint32_t, AgentCache>;
QueueController() = default;
~QueueController() {}
QueueController() = default;
~QueueController() = default;
// Initializes the QueueInterceptor. This must be delayed until
// HSA has been inited.
void init(CoreApiTable& core_table, AmdExtTable& ext_table);