diff --git a/projects/rocr-runtime/runtime/hsa-runtime/core/runtime/runtime.cpp b/projects/rocr-runtime/runtime/hsa-runtime/core/runtime/runtime.cpp index dfdab08614..f2cf2d55c6 100755 --- a/projects/rocr-runtime/runtime/hsa-runtime/core/runtime/runtime.cpp +++ b/projects/rocr-runtime/runtime/hsa-runtime/core/runtime/runtime.cpp @@ -551,9 +551,6 @@ hsa_status_t Runtime::SetAsyncSignalHandler(hsa_signal_t signal, hsa_signal_value_t value, hsa_amd_signal_handler handler, void* arg) { - // Asyncronous signal handler is only supported when KFD events are on. - // if (!core::g_use_interrupt_wait) return HSA_STATUS_ERROR_OUT_OF_RESOURCES; - // Indicate that this signal is in use. if (signal.handle != 0) hsa_signal_handle(signal)->Retain();