Skip to content

Commit

Permalink
Docs: add cuda toolkit requirement (#97)
Browse files Browse the repository at this point in the history
Warp-level operations requires cuda toolkit >= 11.8.
Reverts #95.
  • Loading branch information
caic99 authored Mar 7, 2024
1 parent ad3feaa commit e5f99bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion unidock/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ if(NOT DEFINED CMAKE_CUDA_ARCHITECTURES)
# 75 # RTX 20, T4
80 # A100, A800
# 86 # RTX 30 89 # RTX 40, L40
# 90 # H100
90 # H100
)
endif()

Expand Down
2 changes: 1 addition & 1 deletion unidock/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ The performance is not guaranteed on legacy GPU models. To build Uni-Dock with a

1. Install dependencies

- CUDA toolkit: Please refer to the [installation tutorial](https://docs.nvidia.com/cuda/cuda-installation-guide-linux/index.html) provided by nvidia.
- CUDA toolkit >= 11.8: Please refer to the [installation tutorial](https://docs.nvidia.com/cuda/cuda-installation-guide-linux/index.html) provided by nvidia.
- CMake >= 3.16
- A C++ compiler (should be [compatible with NVCC](https://docs.nvidia.com/cuda/cuda-installation-guide-linux/index.html#host-compiler-support-policy); `g++` works for most cases)
- Boost >= 1.72
Expand Down

0 comments on commit e5f99bf

Please sign in to comment.