mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-03 14:55:24 +08:00
Refactor addPipeControlWA, PipeControlWArequired
Related-To: NEO-3210 Change-Id: I0516154b323e29eeb697bf2253ca08ae1ce150d8 Signed-off-by: Krzysztof Gibala <krzysztof.gibala@intel.com>
This commit is contained in:
committed by
sys_ocldev
parent
c961157fde
commit
62b0f0a220
@@ -125,13 +125,13 @@ void DeviceQueueHw<GfxFamily>::addExecutionModelCleanUpSection(Kernel *parentKer
|
||||
|
||||
PipeControlHelper<GfxFamily>::obtainPipeControlAndProgramPostSyncOperation(slbCS,
|
||||
PIPE_CONTROL::POST_SYNC_OPERATION_WRITE_IMMEDIATE_DATA,
|
||||
criticalSectionAddress, ExecutionModelCriticalSection::Free, false);
|
||||
criticalSectionAddress, ExecutionModelCriticalSection::Free, false, device->getHardwareInfo());
|
||||
|
||||
uint64_t tagAddress = reinterpret_cast<uint64_t>(device->getDefaultEngine().commandStreamReceiver->getTagAddress());
|
||||
|
||||
PipeControlHelper<GfxFamily>::obtainPipeControlAndProgramPostSyncOperation(slbCS,
|
||||
PIPE_CONTROL::POST_SYNC_OPERATION_WRITE_IMMEDIATE_DATA,
|
||||
tagAddress, taskCount, false);
|
||||
tagAddress, taskCount, false, device->getHardwareInfo());
|
||||
|
||||
addMediaStateClearCmds();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user