fix: stop using LocalOnly flag on Xe2+ platforms

Related-To: NEO-11391
Signed-off-by: Maciej Plewka <maciej.plewka@intel.com>
This commit is contained in:
Maciej Plewka
2024-06-10 10:37:06 +00:00
committed by Compute-Runtime-Automation
parent 1cca55624b
commit 32cfa3d497
25 changed files with 151 additions and 9 deletions

View File

@@ -23,6 +23,11 @@ inline bool ReleaseHelperHw<release>::isAuxSurfaceModeOverrideRequired() const {
return true;
}
template <>
bool ReleaseHelperHw<release>::isLocalOnlyAllowed() const {
return false;
}
} // namespace NEO
#include "shared/source/release_helper/release_helper_common_xe2_hpg.inl"