mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-05 09:09:04 +08:00
fix: add profiling data to host signalled CB Event
Related-To: NEO-11378 Signed-off-by: Bartosz Dunajski <bartosz.dunajski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
6a24610ed1
commit
536698d276
@@ -70,7 +70,7 @@ ze_result_t zeCommandListAppendWaitOnEvents(
|
||||
|
||||
ze_result_t zeEventHostSignal(
|
||||
ze_event_handle_t hEvent) {
|
||||
return L0::Event::fromHandle(hEvent)->hostSignal();
|
||||
return L0::Event::fromHandle(hEvent)->hostSignal(false);
|
||||
}
|
||||
|
||||
ze_result_t zeEventHostSynchronize(
|
||||
|
||||
Reference in New Issue
Block a user