mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-09 14:33:04 +08:00
Remove L3 flush from postSync
Related-To: NEO-6111 Signed-off-by: Kamil Kopryk <kamil.kopryk@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
d633b59f17
commit
d2a776bcc6
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user