[Mlir-commits] [mlir] [mlir][gpu]Add GPUToXeVM lowering pipeline pass. (PR #161216)
Jianhui Li
llvmlistbot at llvm.org
Wed Oct 1 11:28:01 PDT 2025
================
@@ -0,0 +1,121 @@
+// RUN: mlir-opt %s --gpu-lower-to-xevm-pipeline="xegpu-op-level=workitem" \
----------------
Jianhui-Li wrote:
Please change the directory and pipeline parameter to "lane", instead of SIMT and workitem, to be consistent with XeGPU layout definition.
https://github.com/llvm/llvm-project/pull/161216
More information about the Mlir-commits
mailing list