Add reporting of extension cl_intel_bfloat16_conversions

Resolves: NEO-6885

Signed-off-by: Filip Hazubski <filip.hazubski@intel.com>
This commit is contained in:
Filip Hazubski
2022-04-13 14:19:27 +00:00
committed by Compute-Runtime-Automation
parent a8680c0b82
commit 15fe7e06ce
8 changed files with 29 additions and 2 deletions

View File

@@ -332,4 +332,9 @@ bool HwInfoConfigHw<IGFX_UNKNOWN>::isVmBindPatIndexProgrammingSupported() const
return false;
}
template <>
bool HwInfoConfigHw<IGFX_UNKNOWN>::isBFloat16ConversionSupported(const HardwareInfo &hwInfo) const {
return false;
}
} //namespace NEO