performance: defer internal context init, ptl, bmg

os agnostic

Related-To: NEO-16633

Signed-off-by: Dominik Dabek <dominik.dabek@intel.com>
This commit is contained in:
Dominik Dabek
2025-11-17 15:59:23 +00:00
committed by Compute-Runtime-Automation
parent 02848968be
commit cf3f5d7499
6 changed files with 18 additions and 9 deletions

View File

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