From ff71584966b2a0013f6afa9febb5d34fa5042a91 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Sun, 28 Feb 2021 15:04:14 +0100 Subject: [PATCH] the openmp off load thing has been disabled --- debian/changelog | 2 -- debian/rules | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 7606be34..48ec24dc 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Wed, 24 Feb 2021 10:18:02 +0100 diff --git a/debian/rules b/debian/rules index 2897ca70..4558c824 100755 --- a/debian/rules +++ b/debian/rules @@ -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