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
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -63,7 +63,8 @@ Building FLAME GPU has the following requirements. There are also optional depen
63
63
64
64
+[CMake](https://cmake.org/download/)`>= 3.25.2`
65
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
+
+ FLAME GPU aims to support the 2 most recent major CUDA versions, currently `12` and `13`
67
+
+ On Windows, CUDA >= 12.4 is required for some optional features (python support)
67
68
+ C++20 capable C++ compiler (host), compatible with the installed CUDA version
68
69
+[Microsoft Visual Studio 2022](https://visualstudio.microsoft.com/) (Windows)
69
70
+*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.
@@ -76,6 +77,7 @@ Optionally:
76
77
+[Doxygen](http://www.doxygen.nl/) to build the documentation
77
78
+[Python](https://www.python.org/)`>= 3.8` for python integration
78
79
+ With `setuptools`, `wheel`, `build` and optionally `venv` python packages installed
80
+
+ On Windows, CUDA >= 12.4 is required for python integration
79
81
+[swig](http://www.swig.org/)`>= 4.1.0` for python integration (with c++20 support)
80
82
+ Swig >= `4.1.0` will be automatically downloaded by CMake if not provided (if possible).
0 commit comments