refactor: move defer internal context init helper

Signed-off-by: Dominik Dabek <dominik.dabek@intel.com>
This commit is contained in:
Dominik Dabek
2025-11-19 13:26:32 +00:00
committed by Compute-Runtime-Automation
parent f33095928c
commit ad767725c5
2 changed files with 5 additions and 5 deletions

View File

@@ -82,4 +82,9 @@ bool ProductHelperHw<gfxProduct>::isHostUsmAllocationReuseSupported() const {
return true;
}
template <>
bool ProductHelperHw<gfxProduct>::initializeInternalEngineImmediately() const {
return false;
}
} // namespace NEO

View File

@@ -44,9 +44,4 @@ bool ProductHelperHw<gfxProduct>::isMisalignedUserPtr2WayCoherent() const {
return true;
}
template <>
bool ProductHelperHw<gfxProduct>::initializeInternalEngineImmediately() const {
return false;
}
} // namespace NEO