[Mlir-commits] [mlir] [mlir][ExecutionEngine] Add LevelZeroRuntimeWrapper. (PR #151038)
Renato Golin
llvmlistbot at llvm.org
Mon Jul 28 15:58:47 PDT 2025
https://github.com/rengolin commented:
I cannot comment on the L0 wrapper logic. @jian-lin @kurapov-peter please have a look.
@Hardcode84 the idea is to move away from the SYCL runner into a pure L0 runner so that we don't need to depend on the SYCL runtime when we're not using it. Once L0 is the default way to run on Intel GPUs, we should remove the SYCL runtime logic. SYCL can also use the L0 runtime.
@mshahneo, there are too many unrelated whitespace changes in this PR. Please roll-back any formatting change that you have done and only keep the actual logic changes in this PR. Thanks!
https://github.com/llvm/llvm-project/pull/151038
More information about the Mlir-commits
mailing list