Skip to content

Commit

Permalink
Mention 64-bit requirement.
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
maleadt authored Jul 18, 2023
1 parent 7660edc commit a8c55ae
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,14 @@ or higher, and an accompanying NVIDIA driver with support for **CUDA 11.0** or n
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.

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.


## Quick start

Before all, make sure you have a recent NVIDIA driver. On Windows, make sure you have the
[Visual C++ redistributable](https://aka.ms/vs/16/release/vc_redist.x64.exe) installed.
Before all, make sure you have a recent NVIDIA driver. On Windows, also make sure you have
the [Visual C++ redistributable](https://aka.ms/vs/16/release/vc_redist.x64.exe) installed.
You do not need to install the CUDA Toolkit.

CUDA.jl can be installed with the Julia package manager. From the Julia REPL, type `]` to
Expand Down

0 comments on commit a8c55ae

Please sign in to comment.