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

Docs: add cuda toolkit requirement #97

Merged
merged 1 commit into from
Mar 7, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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