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 3aafb55 commit 3a66f1cCopy full SHA for 3a66f1c
1 file changed
dependencies/FindO2GPU.cmake
@@ -66,6 +66,7 @@ function(set_target_hip_arch target)
66
message(STATUS "Using optimized HIP settings for W7900 GPU")
67
target_compile_definitions(${target} PUBLIC GPUCA_GPUTYPE_W7900)
68
else()
69
+ message(STATUS "Defaulting optimized HIP settings for VEGA GPU")
70
target_compile_definitions(${target} PUBLIC GPUCA_GPUTYPE_VEGA)
71
endif()
72
endfunction()
0 commit comments