diff --git a/runtime/hsa-runtime/core/runtime/default_signal.cpp b/runtime/hsa-runtime/core/runtime/default_signal.cpp index 46d3deb08a..281b295f24 100644 --- a/runtime/hsa-runtime/core/runtime/default_signal.cpp +++ b/runtime/hsa-runtime/core/runtime/default_signal.cpp @@ -84,8 +84,8 @@ hsa_signal_value_t BusyWaitSignal::WaitRelaxed(hsa_signal_condition_t condition, bool condition_met = false; int64_t value; - debug_warning((!g_use_interrupt_wait || isIPC()) && - "Use of non-host signal in host signal wait API."); + debug_warning_n((!g_use_interrupt_wait || isIPC()) && + "Use of non-host signal in host signal wait API.", 10); timer::fast_clock::time_point start_time, time; start_time = timer::fast_clock::now();