Skip to content

Commit cc3db1c

Browse files
committed
Readme: CUDA version update
1 parent 4cd25bd commit cc3db1c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,8 @@ This is used to build the FLAMEGPU2 library, examples, tests and documentation.
6262
Building FLAME GPU has the following requirements. There are also optional dependencies which are required for some components, such as Documentation or Python bindings.
6363

6464
+ [CMake](https://cmake.org/download/) `>= 3.25.2`
65-
+ [CUDA](https://developer.nvidia.com/cuda-downloads) `>= 11.2` and a [Compute Capability](https://developer.nvidia.com/cuda-gpus) `>= 3.5` NVIDIA GPU.
65+
+ [CUDA](https://developer.nvidia.com/cuda-downloads) `>= 12.0` and a [Compute Capability](https://developer.nvidia.com/cuda-gpus) `>= 5.0` NVIDIA GPU.
66+
+ FLAME GPU aims to support the 2 most recent major CUDA versions, currently 12.x and 13.x
6667
+ C++20 capable C++ compiler (host), compatible with the installed CUDA version
6768
+ [Microsoft Visual Studio 2022](https://visualstudio.microsoft.com/) (Windows)
6869
+ *Note:* Visual Studio must be installed before the CUDA toolkit is installed. See the [CUDA installation guide for Windows](https://docs.nvidia.com/cuda/cuda-installation-guide-microsoft-windows/index.html) for more information.

0 commit comments

Comments
 (0)