mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-03 14:55:24 +08:00
fix: don't unregister csr clients in EventImp::reset()
Related-To: GSD-7129 Signed-off-by: Warchulski, Jaroslaw <jaroslaw.warchulski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
b3b402cad2
commit
d1061cd923
@@ -586,7 +586,7 @@ ze_result_t EventImp<TagSizeT>::reset() {
|
||||
}
|
||||
|
||||
unsetInOrderExecInfo();
|
||||
unsetCmdQueue();
|
||||
latestUsedCmdQueue = nullptr;
|
||||
this->resetCompletionStatus();
|
||||
this->resetDeviceCompletionData(false);
|
||||
this->l3FlushAppliedOnKernel.reset();
|
||||
|
||||
Reference in New Issue
Block a user