[Openmp-commits] [openmp] 5cccc40 - Revert "[OpenMP] Disable flaky barrier fence test (#85093)"

Joseph Huber via Openmp-commits openmp-commits at lists.llvm.org
Tue Mar 19 12:46:17 PDT 2024


Author: Joseph Huber
Date: 2024-03-19T14:46:03-05:00
New Revision: 5cccc405e3981dfb97d5fee05b44a2ac6388191c

URL: https://github.com/llvm/llvm-project/commit/5cccc405e3981dfb97d5fee05b44a2ac6388191c
DIFF: https://github.com/llvm/llvm-project/commit/5cccc405e3981dfb97d5fee05b44a2ac6388191c.diff

LOG: Revert "[OpenMP] Disable flaky barrier fence test (#85093)"

This reverts commit cd8843f87af2f04a85dda12b37738596cbf4cd5e.

Originally disabled to try to unstick the AMD build bot, didn't make a
difference after a week so it goes back in.

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 9c3027f091d38b..b9a8ca27965a09 100644
--- a/openmp/libomptarget/test/offloading/barrier_fence.c
+++ b/openmp/libomptarget/test/offloading/barrier_fence.c
@@ -3,10 +3,6 @@
 // RUN: %libomptarget-compileopt-generic -fopenmp-offload-mandatory -O3
 // RUN: %libomptarget-run-generic
 
-// FIXME: This test is flaky on all targets
-// UNSUPPORTED: amdgcn-amd-amdhsa
-// UNSUPPORTED: nvptx64-nvidia-cuda
-// UNSUPPORTED: nvptx64-nvidia-cuda-LTO
 // UNSUPPORTED: aarch64-unknown-linux-gnu
 // UNSUPPORTED: aarch64-unknown-linux-gnu-LTO
 // UNSUPPORTED: x86_64-pc-linux-gnu


        


More information about the Openmp-commits mailing list