mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-03 14:55:24 +08:00
Unify programming of ending commands in direct submission path
Signed-off-by: Dunajski, Bartosz <bartosz.dunajski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
9f465426e8
commit
67af920281
@@ -791,7 +791,7 @@ void CommandQueueHw<gfxCoreFamily>::programStateSipEndWA(bool isStateSipRequired
|
||||
return;
|
||||
}
|
||||
NEO::Device *neoDevice = this->device->getNEODevice();
|
||||
NEO::PreemptionHelper::programStateSipEndWa<GfxFamily>(cmdStream, *neoDevice);
|
||||
NEO::PreemptionHelper::programStateSipEndWa<GfxFamily>(cmdStream, neoDevice->getHardwareInfo(), neoDevice->getDebugger());
|
||||
}
|
||||
|
||||
template <GFXCORE_FAMILY gfxCoreFamily>
|
||||
|
||||
Reference in New Issue
Block a user