[Mlir-commits] [llvm] [mlir] [SPIR-V] Add support for the SPIR-V extension SPV_INTEL_tensor_float32_conversion (PR #150090)
Marcos Maronas
llvmlistbot at llvm.org
Wed Jul 30 08:04:28 PDT 2025
================
@@ -1556,6 +1558,25 @@ foreach conv = ["FToBF16INTEL", "BF16ToFINTEL"] in {
def : ConvertBuiltin<!strconcat("__spirv_Convert", conv), OpenCL_std>;
}
+// cl_intel_tensor_float32_conversions / SPV_INTEL_tensor_float32_conversion
+// Multiclass used to define at the same time both a demangled builtin records
+// and a corresponding convert builtin records.
----------------
maarquitos14 wrote:
```suggestion
// Multiclass used to define at the same time both a demangled builtin record
// and a corresponding convert builtin record.
```
I think?
https://github.com/llvm/llvm-project/pull/150090
More information about the Mlir-commits
mailing list