CUDA.jl version compatible with CUDA driver 10.1

The CUDA driver on my new computer is restricted to version 10.1 due to some reason, which is incompatible with the newest CUDA.jl (requiring CUDA driver version >= 10.2). Is an older version of CUDA.jl compatible? If so, which version? Thanks.

The release 3.13 of CUDA.jl is the latest to support the version 10.1 of CUDA toolkit:

1 Like

Unfortunately, the document is wrong. CUDA.jl 3.13, as well as 3.12, is actually requiring CUDA 10.2. I haven’t tried one by one, but at least CUDA.jl 3.3 works with CUDA 10.1. Anyway, thanks a lot.

It’s v3.8. I’ve updated the README.

2 Likes