Skip to content

Commit

Permalink
Update libcudf compiler requirements in contributing doc (rapidsai#16103
Browse files Browse the repository at this point in the history
)

Updates the compiler requirements in the contributing document.

Authors:
  - David Wendt (https://github.com/davidwendt)

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

URL: rapidsai#16103
  • Loading branch information
davidwendt authored Jun 28, 2024
1 parent 565c0d1 commit e434fdb
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,15 +71,14 @@ for a minimal build of libcudf without using conda are also listed below.

Compilers:

* `gcc` version 9.3+
* `nvcc` version 11.5+
* `cmake` version 3.26.4+
* `gcc` version 11.4+
* `nvcc` version 11.8+
* `cmake` version 3.29.6+

CUDA/GPU:
CUDA/GPU Runtime:

* CUDA 11.5+
* NVIDIA driver 450.80.02+
* Volta architecture or better (Compute Capability >=7.0)
* CUDA 11.4+
* Volta architecture or better ([Compute Capability](https://docs.nvidia.com/deploy/cuda-compatibility/) >=7.0)

You can obtain CUDA from
[https://developer.nvidia.com/cuda-downloads](https://developer.nvidia.com/cuda-downloads).
Expand Down

0 comments on commit e434fdb

Please sign in to comment.