Fix for clang tidy (#1155)

[ROCm/rocprofiler-sdk commit: b5f1d70105]
このコミットが含まれているのは:
Giovanni Lenzi Baraldi
2024-10-24 20:37:05 -03:00
committed by GitHub
コミット dbad56597a
2個のファイルの変更3行の追加3行の削除
+1 -1
ファイルの表示
@@ -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;
+2 -2
ファイルの表示
@@ -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);