mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-20 16:46:43 +08:00
refactor: unify naming for l3 flush after post sync
Signed-off-by: Kamil Kopryk <kamil.kopryk@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
36ded38589
commit
56415ddac7
@@ -1326,7 +1326,7 @@ inline bool CommandStreamReceiverHw<GfxFamily>::isUpdateTagFromWaitEnabled() {
|
||||
|
||||
auto enabled = gfxCoreHelper.isUpdateTaskCountFromWaitSupported();
|
||||
|
||||
if (productHelper.isL3FlushAfterPostSyncRequired(this->heaplessModeEnabled) && ApiSpecificConfig::isUpdateTagFromWaitEnabledForHeapless()) {
|
||||
if (productHelper.isL3FlushAfterPostSyncSupported(this->heaplessModeEnabled) && ApiSpecificConfig::isUpdateTagFromWaitEnabledForHeapless()) {
|
||||
enabled &= true;
|
||||
} else {
|
||||
enabled &= this->isAnyDirectSubmissionEnabled();
|
||||
|
||||
Reference in New Issue
Block a user