Skip to content

Commit

Permalink
docs: fix CUDA version typo in GPU install docs
Browse files Browse the repository at this point in the history
  • Loading branch information
janden committed Jun 24, 2024
1 parent f830ba3 commit 6da3845
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/install_gpu.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Installation (GPU)

.. note::

Python users may install the cuFINUFFT package using ``pip install cufinufft``, which contains binary wheels compiled against CUDA 10.2 on Linux. If these requirements do not work for your use case, please see the detailed instructions below.
Python users may install the cuFINUFFT package using ``pip install cufinufft``, which contains binary wheels compiled against CUDA 11.2 on Linux. If these requirements do not work for your use case, please see the detailed instructions below.

The GPU version of FINUFFT is called cuFINUFFT,
and it uses CUDA kernels (often exploiting fast GPU shared memory)
Expand Down

0 comments on commit 6da3845

Please sign in to comment.