You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -62,7 +62,8 @@ This is used to build the FLAMEGPU2 library, examples, tests and documentation.
62
62
Building FLAME GPU has the following requirements. There are also optional dependencies which are required for some components, such as Documentation or Python bindings.
63
63
64
64
+[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
66
67
+ C++20 capable C++ compiler (host), compatible with the installed CUDA version
67
68
+[Microsoft Visual Studio 2022](https://visualstudio.microsoft.com/) (Windows)
68
69
+*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