Skip to content

Commit ad76772

Browse files
refactor: move defer internal context init helper
Signed-off-by: Dominik Dabek <dominik.dabek@intel.com>
1 parent f330959 commit ad76772

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

shared/source/xe3_core/os_agnostic_product_helper_xe3_core.inl

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,4 +82,9 @@ bool ProductHelperHw<gfxProduct>::isHostUsmAllocationReuseSupported() const {
8282
return true;
8383
}
8484

85+
template <>
86+
bool ProductHelperHw<gfxProduct>::initializeInternalEngineImmediately() const {
87+
return false;
88+
}
89+
8590
} // namespace NEO

shared/source/xe3_core/ptl/os_agnostic_product_helper_ptl.inl

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,4 @@ bool ProductHelperHw<gfxProduct>::isMisalignedUserPtr2WayCoherent() const {
4444
return true;
4545
}
4646

47-
template <>
48-
bool ProductHelperHw<gfxProduct>::initializeInternalEngineImmediately() const {
49-
return false;
50-
}
51-
5247
} // namespace NEO

0 commit comments

Comments
 (0)