mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-04 07:14:10 +08:00
refactor: Remove global CompilerProductHelper gettter 2/n
Related-To: NEO-6853 Signed-off-by: Kamil Kopryk <kamil.kopryk@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
29012cb6ca
commit
3c6e7e12be
@@ -48,5 +48,6 @@ HelperType &DeviceFixture::getHelper() const {
|
||||
|
||||
template ProductHelper &DeviceFixture::getHelper<ProductHelper>() const;
|
||||
template GfxCoreHelper &DeviceFixture::getHelper<GfxCoreHelper>() const;
|
||||
template CompilerProductHelper &DeviceFixture::getHelper<CompilerProductHelper>() const;
|
||||
|
||||
} // namespace NEO
|
||||
|
||||
Reference in New Issue
Block a user