mirror of
https://github.com/intel/compute-runtime.git
synced 2025-09-10 12:53:42 +08:00
Move hwHelper ownership to RootDeviceEnvironment 5/n
Related-To: NEO-6853 Signed-off-by: Kamil Kopryk <kamil.kopryk@intel.com> UseRootDeviceEnvironment getHelper<CoreHelper> for - isFenceAllocationRequired Move common implementation to pvc_and_later file.
This commit is contained in:

committed by
Compute-Runtime-Automation

parent
211cc8552a
commit
1bcceb1071
@ -49,5 +49,6 @@ HelperType &ClDeviceFixture::getHelper() const {
|
||||
}
|
||||
|
||||
template ProductHelper &ClDeviceFixture::getHelper() const;
|
||||
template CoreHelper &ClDeviceFixture::getHelper() const;
|
||||
|
||||
} // namespace NEO
|
||||
|
Reference in New Issue
Block a user