Revert "feature: temporarily enable scratch page on pvc"

This reverts commit e3b97e3716.

Signed-off-by: Compute-Runtime-Validation <compute-runtime-validation@intel.com>
This commit is contained in:
Compute-Runtime-Validation
2024-07-11 11:44:47 +02:00
committed by Compute-Runtime-Automation
parent 4a12413ce3
commit 1929e54e91
3 changed files with 7 additions and 26 deletions

View File

@@ -83,7 +83,7 @@ bool ProductHelperHw<gfxProduct>::isKmdMigrationSupported() const {
template <>
bool ProductHelperHw<gfxProduct>::isDisableScratchPagesSupported() const {
return false;
return true;
}
} // namespace NEO