Skip to content

Commit 8d61632

Browse files
committed
Add cmake message when not using ROCM
1 parent 30d8b14 commit 8d61632

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cmake/Dependencies.cmake

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1218,6 +1218,7 @@ if (BUILD_ATEN)
12181218
ENDIF()
12191219

12201220
IF (NOT USE_ROCM)
1221+
message("disabling ROCM because NOT USE_ROCM is set")
12211222
MESSAGE(STATUS "MIOpen not found. Compiling without MIOpen support")
12221223
set(AT_ROCM_ENABLED 0)
12231224
ELSE()

0 commit comments

Comments
 (0)