We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1275f1c commit 026120dCopy full SHA for 026120d
third_party/intel/lib/Target/SPIRV/SPIRVTranslation.cpp
@@ -117,7 +117,7 @@ static SPIRV::TranslatorOpts getSPIRVOopts() {
117
SPIRV::ExtensionID::SPV_INTEL_kernel_attributes,
118
SPIRV::ExtensionID::SPV_INTEL_memory_access_aliasing,
119
SPIRV::ExtensionID::SPV_INTEL_subgroups,
120
- SPIRV::ExtensionID::SPV_INTEL_tensor_float32_rounding,
+ SPIRV::ExtensionID::SPV_INTEL_tensor_float32_conversion,
121
SPIRV::ExtensionID::SPV_INTEL_unstructured_loop_controls,
122
SPIRV::ExtensionID::SPV_INTEL_vector_compute,
123
SPIRV::ExtensionID::SPV_KHR_bit_instructions,
0 commit comments