D95466 dropped CUDA to build NVPTX deviceRTL and enabled it by default.
However, the building requires some libraries that are not available on non-CUDA
system by default, which could break the compilation. This patch disabled the
build by default. It can be enabled with LIBOMPTARGET_BUILD_NVPTX_BCLIB=ON.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo