Rust-GPU / Rust-CUDA

Ecosystem of libraries and tools for writing and executing fast GPU code fully in Rust.
Apache License 2.0
2.97k stars 112 forks source link

LLVM Prebuilt Binary Download Fix #101

Closed giulianbiolo closed 1 year ago

giulianbiolo commented 1 year ago

On windows I've been experiencing this problem where I can't seem to download the tar.gz without returning an error, this fixed it for me.

RDambrosio016 commented 1 year ago

Disabling SSL verification is really dangerous (docs say this too), so i'd much rather not, i think you should verify what problems you are having with SSL and fix them on your side.