[Mlir-commits] [mlir] [MLIR][GPU] Add xevm-attach-target transform pass. (PR #147372)

Artem Kroviakov llvmlistbot at llvm.org
Tue Jul 8 02:56:18 PDT 2025


================
@@ -258,4 +258,38 @@ def GpuSPIRVAttachTarget: Pass<"spirv-attach-target", ""> {
   ];
 }
 
+def GpuXeVMAttachTarget : Pass<"xevm-attach-target", "mlir::gpu::GPUModuleOp"> {
----------------
akroviakov wrote:

Yeah, sure, no big deal. Just wanted to use the opportunity to ask whether there was some good reason for nv/roc to prefer a more verbose and indirect way for such a simple pass.

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


More information about the Mlir-commits mailing list