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 806a797 commit d397751Copy full SHA for d397751
flang-rt/lib/runtime/CMakeLists.txt
@@ -177,6 +177,8 @@ endif ()
177
178
if ("${LLVM_RUNTIMES_TARGET}" MATCHES "^amdgcn|^nvptx")
179
set(sources ${gpu_sources})
180
+elseif(FLANG_RT_EXPERIMENTAL_OFFLOAD_SUPPORT STREQUAL "CUDA")
181
+ set(sources ${supported_sources})
182
else ()
183
set(sources ${supported_sources} ${host_sources} ${f128_sources})
184
endif ()
0 commit comments