Revert "performance: enable usm reuse, BMG"

This reverts commit a5f589265d.

Signed-off-by: Compute-Runtime-Validation <compute-runtime-validation@intel.com>
This commit is contained in:
Compute-Runtime-Validation
2025-07-21 01:25:59 +02:00
committed by Compute-Runtime-Automation
parent 71659807c4
commit 4c691c551c
4 changed files with 13 additions and 54 deletions

View File

@@ -56,14 +56,4 @@ bool ProductHelperHw<gfxProduct>::checkBcsForDirectSubmissionStop() const {
return true;
}
template <>
bool ProductHelperHw<gfxProduct>::isDeviceUsmAllocationReuseSupported() const {
return true;
}
template <>
bool ProductHelperHw<gfxProduct>::isHostUsmAllocationReuseSupported() const {
return true;
}
} // namespace NEO