Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update documentation about CUDA requirements #15161

Merged
merged 1 commit into from
May 3, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
5 changes: 2 additions & 3 deletions doc/external-libs/cuda.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,9 @@ <h1>Installing deal.II with CUDA</h1>
you need special hardware and compiler to enable CUDA. Because the
hardware is always evolving, older GPUs do not support all the
capabilities of newer ones. In order to use CUDA with deal.II, you will
need your GPU to have compute capability 3.5 or higher. Independently
need your GPU to have compute capability 6.0 or higher. Independently
from the GPU itself, you also need a version of CUDA recent enough.
deal.II supports CUDA 10.2 and higher. Finally to be able to configure
deal.II, you will need CMake 3.9 or higher.
deal.II supports CUDA 10.2 and higher.
</p>

<p>
Expand Down