Skip to content

Commit

Permalink
Update GPU support docs to drop Pascal (#1413)
Browse files Browse the repository at this point in the history
We are dropping Pascal support in 24.02 (see rapidsai/rapids-cmake#482) 

This PR changes the way we document GPU support in RMM to explain what is tested and supported rather than what is required (since it may work on earlier hardware than we test/support).

Authors:
  - Mark Harris (https://github.com/harrism)

Approvers:
  - Bradley Dice (https://github.com/bdice)

URL: #1413
  • Loading branch information
harrism authored Dec 18, 2023
1 parent ec7b164 commit cf14617
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,12 @@ Compiler requirements:

CUDA/GPU requirements:

* CUDA 11.4+
* Pascal architecture or better
* CUDA 11.4+. You can obtain CUDA from
[https://developer.nvidia.com/cuda-downloads](https://developer.nvidia.com/cuda-downloads)

You can obtain CUDA from [https://developer.nvidia.com/cuda-downloads](https://developer.nvidia.com/cuda-downloads)
GPU Support:
* RMM is tested and supported only on Volta architecture and newer (Compute Capability 7.0+). It
may work on earlier architectures.

Python requirements:
* `scikit-build-core`
Expand Down

0 comments on commit cf14617

Please sign in to comment.