We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5efcee6 commit de00424Copy full SHA for de00424
deps/bindeps.jl
@@ -804,10 +804,10 @@ in that environment.
804
"""
805
function download_artifacts()
806
toolkit = find_artifact_cuda()
807
- @assert nothing !== cuda_artifact("CUDNN", toolkit.release)
808
- @assert nothing !== cuda_artifact("CUTENSOR", toolkit.release)
809
- @assert nothing !== cuda_artifact("NCCL", toolkit.release)
+ cuda_artifact("CUDNN", toolkit.release)
+ cuda_artifact("CUTENSOR", toolkit.release)
+ cuda_artifact("NCCL", toolkit.release)
810
811
- @assert nothing !== generic_artifact("CUDA_compat")
812
- @assert nothing !== generic_artifact("cuQuantum")
+ generic_artifact("CUDA_compat")
+ generic_artifact("cuQuantum")
813
end
0 commit comments