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 b0276ec commit 75545b3Copy full SHA for 75545b3
offload/CMakeLists.txt
@@ -159,8 +159,8 @@ if(NOT (CMAKE_SYSTEM_PROCESSOR MATCHES "(x86_64)|(ppc64le)|(aarch64)$"
159
"Linux x86_64, ppc64le, or aarch64 hosts")
160
list(REMOVE_ITEM LIBOMPTARGET_PLUGINS_TO_BUILD "amdgpu")
161
endif()
162
- if("nvptx" IN_LIST LIBOMPTARGET_PLUGINS_TO_BUILD)
163
- message(STATUS "Not building CUDA plugin: only support AMDGPU in "
+ if("cuda" IN_LIST LIBOMPTARGET_PLUGINS_TO_BUILD)
+ message(STATUS "Not building CUDA plugin: only support CUDA in "
164
165
list(REMOVE_ITEM LIBOMPTARGET_PLUGINS_TO_BUILD "cuda")
166
0 commit comments