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:
Mateusz Jablonski
2023-03-10 12:57:57 +00:00
committed by Compute-Runtime-Automation
parent 791a474a45
commit 89cd4bd4a5
22 changed files with 91 additions and 67 deletions

View File

@@ -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