Skip to content

Adapt to the library-based SPIRV_LLVM_Backend_jll 23 - #632

Merged
maleadt merged 2 commits into
mainfrom
tb/jll-libraries
Sep 11, 2026
Merged

Adapt to the library-based SPIRV_LLVM_Backend_jll 23#632
maleadt merged 2 commits into
mainfrom
tb/jll-libraries

Conversation

@maleadt

@maleadt maleadt commented Sep 9, 2026

Copy link
Copy Markdown
Member

JuliaPackaging/Yggdrasil#14727 replaced the llc, lld and llvm-downgrade executables in the GPU LLVM JLLs with shared libraries exposing a small C API, moving the back-ends to LLVM 23 at the same time. JuliaGPU/GPUCompiler.jl#930 makes GPUCompiler call those libraries in-process, and bumps its compat to the new JLL majors. Since this package pins the same JLL, it needs its compat bumped in lockstep, which is what this PR does.

Changes: SPIRV_LLVM_Backend_jll compat 22 → 23 and GPUCompiler compat → 2.7. oneAPI.jl only references the JLL for versioninfo and precompilation gating.

SPIRV_LLVM_Backend_jll 23 ships `libspirv` instead of `llc`; GPUCompiler 2.7
calls it in-process (JuliaGPU/GPUCompiler.jl#930). oneAPI only needs the
compat bump.
@codecov

codecov Bot commented Sep 11, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 81.50%. Comparing base (695527f) to head (b1d6a82).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #632   +/-   ##
=======================================
  Coverage   81.50%   81.50%           
=======================================
  Files          50       50           
  Lines        3607     3607           
=======================================
  Hits         2940     2940           
  Misses        667      667           

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@maleadt
maleadt merged commit 97e7fe8 into main Sep 11, 2026
4 checks passed
@maleadt
maleadt deleted the tb/jll-libraries branch September 11, 2026 10:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant