JuliaGPU / CUDA.jl

CUDA programming in Julia.
https://juliagpu.org/cuda/
Other
1.16k stars 206 forks source link

Add helper function to recompile CUDA stack #2364

Closed maleadt closed 1 month ago

maleadt commented 1 month ago

Users often run into the situation where they precompiled CUDA.jl without a valid driver. We should provide a helper function to re-compile all necessary packages once they've fixed their system, and mention that in the error message.

maleadt commented 1 month ago

A helpful message is shown by the initialization error now.