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

Adam Siemieniuk llvmlistbot at llvm.org
Tue Jul 8 00:51:42 PDT 2025


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

I'd align it with other GPU attach target passes - relax the pass op restriction and iterate over all module you can find in the pass itself

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


More information about the Mlir-commits mailing list