Remove L3 flush from postSync

Related-To: NEO-6111
Signed-off-by: Kamil Kopryk <kamil.kopryk@intel.com>
This commit is contained in:
Kamil Kopryk
2021-09-22 15:56:34 +00:00
committed by Compute-Runtime-Automation
parent d633b59f17
commit d2a776bcc6
3 changed files with 1 additions and 10 deletions

View File

@@ -238,7 +238,6 @@ void EncodeDispatchKernel<Family>::encode(CommandContainer &container,
auto &postSync = walkerCmd.getPostSync();
if (eventAddress != 0) {
postSync.setDataportPipelineFlush(true);
postSync.setL3Flush(L3FlushEnable);
if (isTimestampEvent) {
postSync.setOperation(POSTSYNC_DATA::OPERATION_WRITE_TIMESTAMP);
} else {