cc_staff
17
edits
No edit summary |
No edit summary |
||
Line 249: | Line 249: | ||
julia> using CUDA | julia> using CUDA | ||
julia> CUDA.set_runtime_version!(v"version_of_cuda", local_toolkit=true) | julia> CUDA.set_runtime_version!(v"version_of_cuda", local_toolkit=true) | ||
where version_of_cuda is 12.2 if cuda/12.2 is loaded. For older versions of cuda, please try | where version_of_cuda is 12.2 if cuda/12.2 is loaded. | ||
For older versions of cuda, please try | |||
julia> CUDA.set_runtime_version!("local") | julia> CUDA.set_runtime_version!("local") | ||