Skip to content

Commit 026120d

Browse files
Update SPIRV Extension ID after KhronosGroup/SPIRV-LLVM-Translator@5107017
Signed-off-by: Whitney Tsang <[email protected]>
1 parent 1275f1c commit 026120d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

third_party/intel/lib/Target/SPIRV/SPIRVTranslation.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ static SPIRV::TranslatorOpts getSPIRVOopts() {
117117
SPIRV::ExtensionID::SPV_INTEL_kernel_attributes,
118118
SPIRV::ExtensionID::SPV_INTEL_memory_access_aliasing,
119119
SPIRV::ExtensionID::SPV_INTEL_subgroups,
120-
SPIRV::ExtensionID::SPV_INTEL_tensor_float32_rounding,
120+
SPIRV::ExtensionID::SPV_INTEL_tensor_float32_conversion,
121121
SPIRV::ExtensionID::SPV_INTEL_unstructured_loop_controls,
122122
SPIRV::ExtensionID::SPV_INTEL_vector_compute,
123123
SPIRV::ExtensionID::SPV_KHR_bit_instructions,

0 commit comments

Comments
 (0)