From 4b414f1ee55fea0cb7a47fd5fbc7565341d566cd Mon Sep 17 00:00:00 2001 From: "Welton, Benjamin" Date: Fri, 2 May 2025 12:25:32 -0700 Subject: [PATCH] Remove unnecessary log line (#387) Co-authored-by: Benjamin Welton [ROCm/rocprofiler-sdk commit: 65f60bbb96aac58bf455717fe946d277369cf334] --- .../source/lib/rocprofiler-sdk/hsa/agent_cache.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/hsa/agent_cache.cpp b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/hsa/agent_cache.cpp index c705b2201a..56f095fd44 100644 --- a/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/hsa/agent_cache.cpp +++ b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/hsa/agent_cache.cpp @@ -136,7 +136,7 @@ AgentCache::init_device_counting_service_queue(const CoreApiTable& api, }(); if(!agent_ctx || m_profile_queue) return; - ROCP_ERROR << "Creating Profile Queue"; + // create the queue and set it to high_priority CHECK(api.hsa_queue_create_fn) << "no hsa_queue_create_fn in api table"; auto status = api.hsa_queue_create_fn(get_hsa_agent(),