mirror of
https://github.com/intel/compute-runtime.git
synced 2025-09-15 13:01:45 +08:00
Explicitly set dcFlushEnable value
Signed-off-by: Filip Hazubski <filip.hazubski@intel.com>
This commit is contained in:

committed by
Compute-Runtime-Automation

parent
2efcf1f62b
commit
6d439f88bb
@ -108,7 +108,8 @@ GEN12LPTEST_F(UltCommandStreamReceiverTestGen12Lp, givenDebugDisablingCacheFlush
|
||||
char buff[sizeof(PIPE_CONTROL) * 3];
|
||||
LinearStream stream(buff, sizeof(PIPE_CONTROL) * 3);
|
||||
|
||||
PipeControlArgs args(true);
|
||||
PipeControlArgs args;
|
||||
args.dcFlushEnable = true;
|
||||
args.hdcPipelineFlush = true;
|
||||
MemorySynchronizationCommands<FamilyType>::addPipeControl(stream, args);
|
||||
|
||||
|
Reference in New Issue
Block a user