Skip to content

Commit

Permalink
Merge pull request #464 from janden/install_gpu_doc_fix
Browse files Browse the repository at this point in the history
docs: fix CUDA version typo in GPU install docs
  • Loading branch information
ahbarnett authored Jun 24, 2024
2 parents f830ba3 + 6da3845 commit 4b5d452
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 4b5d452

Please sign in to comment.