You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 12, 2021. It is now read-only.
all artifacts of CUDA are downloaded included the useless ones.
That's not true.
Only the CUDA package that match the system installed NVidia CUDA Toolkit version should be installed, not all available versions.
The CUDA toolkit itself is downloaded, matching the installed CUDA driver. If you want to use your own toolkit, set JULIA_CUDA_USE_BINARYBUILDER to false.
Describe the bug
When doing any operation at the first time, all artifacts of CUDA are downloaded included the useless ones.
To Reproduce
The Minimal Working Example (MWE) for this bug:
Expected behavior
Only the CUDA package that match the system installed NVidia CUDA Toolkit version should be installed, not all available versions.
Build log
Pkg.build
is success.Environment details (please complete this section)
Details on Julia:
Julia packages:
CUDA: 10.0/440.44
The text was updated successfully, but these errors were encountered: