performance: extend usage of staging buffers

Related-To: NEO-14026

Move enabling from xe2 to xe2_and_later

Signed-off-by: Szymon Morek <szymon.morek@intel.com>
This commit is contained in:
Szymon Morek
2025-04-17 14:36:52 +00:00
committed by Compute-Runtime-Automation
parent bf861d8d49
commit 6a4ddf5dfb
3 changed files with 9 additions and 4 deletions

View File

@@ -51,8 +51,4 @@ bool ProductHelperHw<gfxProduct>::isNewCoherencyModelSupported() const {
return true;
}
template <>
bool ProductHelperHw<gfxProduct>::isStagingBuffersEnabled() const {
return true;
}
} // namespace NEO