mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-07 12:42:54 +08:00
refactor: move getters for device extension support to compiler product helper
isMatrixMultiplyAccumulateSupported isBFloat16ConversionSupported Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
791a474a45
commit
89cd4bd4a5
@@ -57,6 +57,7 @@ HelperType &ClDeviceFixture::getHelper() const {
|
||||
}
|
||||
|
||||
template ProductHelper &ClDeviceFixture::getHelper() const;
|
||||
template CompilerProductHelper &ClDeviceFixture::getHelper() const;
|
||||
template GfxCoreHelper &ClDeviceFixture::getHelper() const;
|
||||
template ClGfxCoreHelper &ClDeviceFixture::getHelper() const;
|
||||
} // namespace NEO
|
||||
|
||||
Reference in New Issue
Block a user