the openmp off load thing has been disabled

This commit is contained in:
Sylvestre Ledru 2021-02-28 15:04:14 +01:00
parent c09a924589
commit ff71584966
2 changed files with 1 additions and 3 deletions

2
debian/changelog vendored
View File

@ -1,8 +1,6 @@
llvm-toolchain-12 (1:12.0.0~++rc2-1~exp1) experimental; urgency=medium
* New rc release
* Enable OpenMP offload capabilities for NVDIA GPUs
See https://bugzilla.redhat.com/show_bug.cgi?id=1922914
-- Sylvestre Ledru <sylvestre@debian.org> Wed, 24 Feb 2021 10:18:02 +0100

2
debian/rules vendored
View File

@ -183,7 +183,7 @@ ifneq (,$(filter $(DEB_HOST_ARCH), mips mipsel powerpc powerpcspe riscv64 sparc6
OPENMP_ENABLE=no
else
PROJECTS+=;openmp
CMAKE_EXTRA += -DLIBOMPTARGET_BUILD_NVPTX_BCLIB=ON -DLLVM_ENABLE_RUNTIMES=openmp
# CMAKE_EXTRA += -DLIBOMPTARGET_BUILD_NVPTX_BCLIB=ON -DLLVM_ENABLE_RUNTIMES=openmp
endif
RUN_TEST=yes