refactor: unify naming for l3 flush after post sync

Signed-off-by: Kamil Kopryk <kamil.kopryk@intel.com>
This commit is contained in:
Kamil Kopryk
2025-09-10 06:25:01 +00:00
committed by Compute-Runtime-Automation
parent 36ded38589
commit 56415ddac7
20 changed files with 36 additions and 34 deletions

View File

@@ -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();