[Mlir-commits] [mlir] [mlir][spirv][gpu] Add conversion for load/store/mad coop matrix ops (PR #66311)

Quinn Dawkins llvmlistbot at llvm.org
Thu Sep 14 19:01:20 PDT 2023


================
@@ -567,7 +567,11 @@ def ConvertGPUToSPIRV : Pass<"convert-gpu-to-spirv", "ModuleOp"> {
   let options = [
     Option<"use64bitIndex", "use-64bit-index",
            "bool", /*default=*/"false",
-           "Use 64-bit integers to convert index types">
+           "Use 64-bit integers to convert index types">,
+    Option<"useCoopMatrixNV", "use-coop-matrix-nv",
+           "bool", /*default=*/"false",
----------------
qedawkins wrote:

Can we keep the default `true` here until support for the remaining wmma ops is added?

https://github.com/llvm/llvm-project/pull/66311


More information about the Mlir-commits mailing list