mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-05 09:09:04 +08:00
fix: Modify kernelWithAssert flag handling
Reset kernelWithAssertAppended flag only upon synchronization for immediate command list Related-To: NEO-14997 Signed-off-by: Bellekallu Rajkiran <bellekallu.rajkiran@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
edf6f2e299
commit
9e16ef4de5
@@ -538,7 +538,6 @@ inline ze_result_t CommandListCoreFamilyImmediate<gfxCoreFamily>::executeCommand
|
||||
status = hostSynchronize(std::numeric_limits<uint64_t>::max(), true);
|
||||
}
|
||||
}
|
||||
this->kernelWithAssertAppended = false;
|
||||
|
||||
return status;
|
||||
}
|
||||
@@ -1255,6 +1254,7 @@ ze_result_t CommandListCoreFamilyImmediate<gfxCoreFamily>::hostSynchronize(uint6
|
||||
cmdQueueImp->checkAssert();
|
||||
}
|
||||
}
|
||||
this->kernelWithAssertAppended = false;
|
||||
}
|
||||
|
||||
return status;
|
||||
|
||||
Reference in New Issue
Block a user