refactor: move MTL device ids to common place

Related-To: NEO-8187

Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
Mateusz Jablonski
2023-08-24 13:47:10 +00:00
committed by Compute-Runtime-Automation
parent 1e95a8127f
commit dbbc57777a
13 changed files with 36 additions and 63 deletions

View File

@@ -20,6 +20,11 @@ bool CompilerProductHelperHw<gfxProduct>::isForceEmuInt32DivRemSPRequired() cons
return false;
}
template <PRODUCT_FAMILY gfxProduct>
uint64_t CompilerProductHelperHw<gfxProduct>::getHwInfoConfig(const HardwareInfo &hwInfo) const {
return 0x0;
}
template <PRODUCT_FAMILY gfxProduct>
bool CompilerProductHelperHw<gfxProduct>::isStatelessToStatefulBufferOffsetSupported() const {
return true;