File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
openmp/libomptarget/plugins Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -117,7 +117,6 @@ if (LIBOMPTARGET_FOUND_AMDGPU_GPU OR LIBOMPTARGET_FORCE_AMDGPU_TESTS)
117
117
list (APPEND LIBOMPTARGET_TESTED_PLUGINS "omptarget.rtl.amdgpu" )
118
118
set (LIBOMPTARGET_TESTED_PLUGINS "${LIBOMPTARGET_TESTED_PLUGINS} " PARENT_SCOPE )
119
119
else ()
120
- libomptarget_say ("Not generating amdgcn test targets as libhsa is not linkable " )
120
+ libomptarget_say ("Not generating AMDGPU tests, no supported devices detected. Use 'LIBOMPTARGET_FORCE_AMDGPU_TESTS' to override. " )
121
121
return ()
122
122
endif ()
123
-
Original file line number Diff line number Diff line change @@ -72,5 +72,5 @@ if (LIBOMPTARGET_FOUND_NVIDIA_GPU OR LIBOMPTARGET_FORCE_NVIDIA_TESTS)
72
72
list (APPEND LIBOMPTARGET_TESTED_PLUGINS "omptarget.rtl.cuda" )
73
73
set (LIBOMPTARGET_TESTED_PLUGINS "${LIBOMPTARGET_TESTED_PLUGINS} " PARENT_SCOPE )
74
74
else ()
75
- libomptarget_say ("Disabling tests using CUDA plugin as cuda may not be available " )
75
+ libomptarget_say ("Not generating NVIDIA tests, no supported devices detected. Use 'LIBOMPTARGET_FORCE_NVIDIA_TESTS' to override. " )
76
76
endif ()
You can’t perform that action at this time.
0 commit comments