Skip to content

Commit a65d797

Browse files
committed
add comments for cmake-ROCm.
1 parent fec12d9 commit a65d797

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ if(USE_CUDA)
9595
endif()
9696

9797
# 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
9899
if(USE_ROCM)
99100
set(CMAKE_CXX_STANDARD 11)
100101
SET(CMAKE_HIP_STANDARD 11)

0 commit comments

Comments
 (0)