[Mlir-commits] [mlir] [mlir][ExecutionEngine] Add LevelZeroRuntimeWrapper. (PR #151038)

Md Abdullah Shahneous Bari llvmlistbot at llvm.org
Tue Jul 29 10:47:23 PDT 2025


================
@@ -0,0 +1,79 @@
+// RUN: mlir-opt %s -pass-pipeline='builtin.module(spirv-attach-target{ver=v1.0 caps=Addresses,Int64,Kernel},convert-gpu-to-spirv{use-64bit-index=true},gpu.module(spirv.module(spirv-lower-abi-attrs,spirv-update-vce)),func.func(llvm-request-c-wrappers),convert-scf-to-cf,convert-cf-to-llvm,convert-arith-to-llvm,convert-math-to-llvm,convert-func-to-llvm,gpu-to-llvm{use-bare-pointers-for-kernels=true},gpu-module-to-binary,expand-strided-metadata,lower-affine,finalize-memref-to-llvm,reconcile-unrealized-casts)' \
----------------
mshahneo wrote:

Thanks, @joker-eph. Using `-convert-to-llvm` for all `to-llvm` conversions except `-gpu-to-llvm`.
I think we should be able to remove it once @fabianmcg 's changes land.  

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


More information about the Mlir-commits mailing list