Skip to content

Commit

Permalink
Add list with historical CUDA support.
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
maleadt authored Aug 17, 2023
1 parent 868d52f commit 6145fa6
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,12 @@ automatically when you install the package using Julia's package manager.
CUDA.jl currently also requires a CUDA-capable GPU with **compute capability 3.5** (Kepler)
or higher, and an accompanying NVIDIA driver with support for **CUDA 11.0** or newer. These
requirements are not enforced by the Julia package manager when installing CUDA.jl.
Depending on your system and GPU, you may need to install an older version of the package.
Depending on your system and GPU, you may need to install an older version of the package:

* CUDA.jl v4.4 will be the last version with support for CUDA 11.0-11.3 (deprecated in v5.0)
* CUDA.jl v4.0 is the last version to work with CUDA 10.2 (removed in v4.1)
* CUDA.jl v3.13 is the last version to work with CUDA 10.1 (removed in v4.0)
* CUDA.jl v1.3 is the last version to work with CUDA 9-10.0 (removed in v2.0)

Finally, you should be using a platform **supported by NVIDIA**. Currently, that means using
64-bit Linux or Windows, with an X86, ARM, or PowerPC host processor.
Expand Down

0 comments on commit 6145fa6

Please sign in to comment.