Skip to content

Drop unused CUDA JLL deps for CUDA.jl v6 support, bump to v0.2.8 - #21

Merged
ZedongPeng merged 1 commit into
mainfrom
v0.2.8
Jun 23, 2026
Merged

Drop unused CUDA JLL deps for CUDA.jl v6 support, bump to v0.2.8#21
ZedongPeng merged 1 commit into
mainfrom
v0.2.8

Conversation

@ZedongPeng

Copy link
Copy Markdown
Collaborator

Fixes #20.

CuPDLPx pinned CUDA_Runtime_jll = "0.19.2" as a direct dep, but never uses it — the CUDA runtime comes transitively from the cuPDLPx_jll binary, which has no version bound. That pin blocked installing CUDA@6 (needs CUDA_Runtime_jll 0.21–0.23).

  • Remove CUDA_Runtime_jll from deps/compat (still resolved transitively)
  • Move CUDA_SDK_jll to the gen target (codegen-only)
  • Bump cuPDLPx_jll compat and version to 0.2.8

@ZedongPeng

Copy link
Copy Markdown
Collaborator Author
Test Summary: | Pass  Total     Time
test_runtests | 1699   1699  8m16.2s
     Testing CuPDLPx tests passed

@ZedongPeng
ZedongPeng merged commit 2388f8e into main Jun 23, 2026
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.

compatibility with CUDA.jl v6 / latest CUDA_Runtime_jll

1 participant