feature: Enable kmd migration by default on PVC platform

Related-To: NEO-6465

Signed-off-by: Milczarek, Slawomir <slawomir.milczarek@intel.com>
This commit is contained in:
Milczarek, Slawomir
2023-05-22 07:50:09 +00:00
committed by Compute-Runtime-Automation
parent d030aff3f0
commit 5402e2639f
2 changed files with 2 additions and 2 deletions

View File

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