Skip to content

Conversation

@ejmeitz
Copy link
Collaborator

@ejmeitz ejmeitz commented Dec 3, 2025

This is to avoid some rather painful compat issues we've been having. The host_platform inside JLLWrappers always seems to resolve to cuda = 13.0 unless there is previously a CUDA.jl install in that environment or the user explicitly sets something in their LocalPreferences.toml. This means CUDA 13.0 artifacts get installed no matter what and everything also crashes as we do not support CUDA 13 until right now. We could just depend on CUDA.jl and manually set the LocalPreferences.toml to restrict the CUDA version but for that we also have to just pick a version of CUDA.

If we only support CUDA 13 which should work on whatever modern device we avoid all that.

@ejmeitz
Copy link
Collaborator Author

ejmeitz commented Dec 3, 2025

Since we already have a v25.10 version of this JLL I just want to be sure this build is the only one that can be pulled by the registry if someone asks for that version.

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