Skip to content

Runtime not re-selected after driver upgrade #1877

Closed
JuliaPackaging/Yggdrasil
#7514
@maleadt

Description

@maleadt

We're currently embedding the selected driver in the precompilation image. For example, here I just upgraded my driver, but didn't recompile the Runtime JLL:

❯ julia +1.9
julia> using CUDA
CUDA.versioninfo()

julia> CUDA.versioninfo()
CUDA runtime 11.8, artifact installation
CUDA driver 12.1
NVIDIA driver 530.41.3


❯ jl +1.9 --pkgimages=no --compiled-modules=no
julia> using CUDA
  Downloaded artifact: CUDA_Runtime

julia> CUDA.versioninfo()
CUDA runtime 12.1, artifact installation
CUDA driver 12.1
NVIDIA driver 530.41.3

That's not great. cc @vchuravy

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workinginstallationCUDA is easy to install, right?

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions