Skip to content

Commit 3a66f1c

Browse files
Fix cmake message about default GPU settings
1 parent 3aafb55 commit 3a66f1c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dependencies/FindO2GPU.cmake

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ function(set_target_hip_arch target)
6666
message(STATUS "Using optimized HIP settings for W7900 GPU")
6767
target_compile_definitions(${target} PUBLIC GPUCA_GPUTYPE_W7900)
6868
else()
69+
message(STATUS "Defaulting optimized HIP settings for VEGA GPU")
6970
target_compile_definitions(${target} PUBLIC GPUCA_GPUTYPE_VEGA)
7071
endif()
7172
endfunction()

0 commit comments

Comments
 (0)