[Mlir-commits] [mlir] [mlir][gpu][transforms] Add support for mapping to lanes (PR #146912)
Oleksandr Alex Zinenko
llvmlistbot at llvm.org
Fri Jul 4 14:34:18 PDT 2025
================
@@ -691,3 +691,66 @@ module attributes {transform.with_named_sequence} {
transform.yield
}
}
+
+// -----
+
+#map = affine_map<(d0) -> (d0 * 128)>
----------------
ftynse wrote:
```suggestion
#map = affine_map<(d0) -> (d0 * 128)>
```
https://github.com/llvm/llvm-project/pull/146912
More information about the Mlir-commits
mailing list