mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-11-01 11:12:08 +00:00
the openmp off load thing has been disabled
This commit is contained in:
parent
c09a924589
commit
ff71584966
2
debian/changelog
vendored
2
debian/changelog
vendored
@ -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
2
debian/rules
vendored
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user