[Mlir-commits] [mlir] [mlir][spirv][gpu] Add conversion for load/store/mad coop matrix ops (PR #66311)
Jakub Kuderski
llvmlistbot at llvm.org
Thu Sep 14 19:08:45 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",
----------------
kuhar wrote:
Good point, we should change the default once we confirm things are running e2e.
https://github.com/llvm/llvm-project/pull/66311
More information about the Mlir-commits
mailing list