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 b85907d commit f976777Copy full SHA for f976777
libdevice/cmake/modules/SYCLLibdevice.cmake
@@ -97,7 +97,7 @@ set(imf_build_archs)
97
if ("NVPTX" IN_LIST LLVM_TARGETS_TO_BUILD)
98
list(APPEND full_build_archs nvptx64-nvidia-cuda)
99
set(compile_opts_nvptx64-nvidia-cuda "-fsycl-targets=nvptx64-nvidia-cuda"
100
- "-Xsycl-target-backend" "--cuda-gpu-arch=sm_75" "-fno-sycl-libspirv" "-Wno-unsafe-libspirv-not-linked")
+ "-Xsycl-target-backend" "--cuda-gpu-arch=sm_75" "-nocudalib" "-fno-sycl-libspirv" "-Wno-unsafe-libspirv-not-linked")
101
set(opt_flags_nvptx64-nvidia-cuda "-O3" "--nvvm-reflect-enable=false")
102
endif()
103
if("AMDGPU" IN_LIST LLVM_TARGETS_TO_BUILD)
0 commit comments