We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fec12d9 commit a65d797Copy full SHA for a65d797
CMakeLists.txt
@@ -95,6 +95,7 @@ if(USE_CUDA)
95
endif()
96
97
# Warning: CMake add support to HIP in version 3.21. This is rather a new version.
98
+# Use cmake with AMD-ROCm: https://rocmdocs.amd.com/en/latest/Installation_Guide/Using-CMake-with-AMD-ROCm.html
99
if(USE_ROCM)
100
set(CMAKE_CXX_STANDARD 11)
101
SET(CMAKE_HIP_STANDARD 11)
0 commit comments