[Openmp-commits] [openmp] a65363d - [OpenMP] Disable offloading/barrier_fence test
JP Lehr via Openmp-commits
openmp-commits at lists.llvm.org
Wed Dec 6 02:38:36 PST 2023
Author: JP Lehr
Date: 2023-12-06T04:32:48-06:00
New Revision: a65363d98965082d4e3e660fa1aee51113104590
URL: https://github.com/llvm/llvm-project/commit/a65363d98965082d4e3e660fa1aee51113104590
DIFF: https://github.com/llvm/llvm-project/commit/a65363d98965082d4e3e660fa1aee51113104590.diff
LOG: [OpenMP] Disable offloading/barrier_fence test
Unblock build bot, while investigating. Issue is tracked under llvm
https://github.com/llvm/llvm-project/issues/74582
Added:
Modified:
openmp/libomptarget/test/offloading/barrier_fence.c
Removed:
################################################################################
diff --git a/openmp/libomptarget/test/offloading/barrier_fence.c b/openmp/libomptarget/test/offloading/barrier_fence.c
index 5d1096478ed9e..a0b672fb1a84a 100644
--- a/openmp/libomptarget/test/offloading/barrier_fence.c
+++ b/openmp/libomptarget/test/offloading/barrier_fence.c
@@ -7,6 +7,8 @@
// UNSUPPORTED: aarch64-unknown-linux-gnu-LTO
// UNSUPPORTED: x86_64-pc-linux-gnu
// UNSUPPORTED: x86_64-pc-linux-gnu-LTO
+// UNSUPPORTED: amdgcn-amd-amdhsa
+// UNSUPPORTED: amdgcn-amd-amdhsa-LTO
#include <omp.h>
#include <stdio.h>
More information about the Openmp-commits
mailing list