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

Sang Ik Lee llvmlistbot at llvm.org
Tue Jul 8 19:58:16 PDT 2025


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

Updated logic to match nvvm, rocdl and other attach-target passes.

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


More information about the Mlir-commits mailing list