mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-11 00:10:58 +08:00
unTypedDataPortCacheFlush pipe_control helper support
Signed-off-by: Bartosz Dunajski <bartosz.dunajski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
bac79244d5
commit
d07c76c237
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user