unTypedDataPortCacheFlush pipe_control helper support

Signed-off-by: Bartosz Dunajski <bartosz.dunajski@intel.com>
This commit is contained in:
Bartosz Dunajski
2021-12-09 12:09:57 +00:00
committed by Compute-Runtime-Automation
parent bac79244d5
commit d07c76c237
10 changed files with 10 additions and 27 deletions

View File

@@ -148,7 +148,7 @@ void HardwareCommandsHelper<GfxFamily>::programCacheFlushAfterWalkerCommand(Line
// 1. make sure previous kernel finished
PipeControlArgs args;
auto &hardwareInfo = commandQueue.getDevice().getHardwareInfo();
args.adjustArgs(hardwareInfo);
args.unTypedDataPortCacheFlush = HwHelper::get(hardwareInfo.platform.eRenderCoreFamily).unTypedDataPortCacheFlushRequired();
MemorySynchronizationCommands<GfxFamily>::addPipeControl(*commandStream, args);