[Openmp-commits] [openmp] b2a6725 - [OpenMP] Disable flaky libomptarget AMDGPU test
JP Lehr via Openmp-commits
openmp-commits at lists.llvm.org
Tue Oct 10 11:09:57 PDT 2023
Author: JP Lehr
Date: 2023-10-10T13:09:29-05:00
New Revision: b2a67255bef0344be2019fc06de2c40855ce7152
URL: https://github.com/llvm/llvm-project/commit/b2a67255bef0344be2019fc06de2c40855ce7152
DIFF: https://github.com/llvm/llvm-project/commit/b2a67255bef0344be2019fc06de2c40855ce7152.diff
LOG: [OpenMP] Disable flaky libomptarget AMDGPU test
We observe intermittent failures of that test and need some time to
investigate. Hence, for now, we disable it.
Added:
Modified:
openmp/libomptarget/test/offloading/wtime.c
Removed:
################################################################################
diff --git a/openmp/libomptarget/test/offloading/wtime.c b/openmp/libomptarget/test/offloading/wtime.c
index 2ba60aadb5bece4..8a6e206061e21a3 100644
--- a/openmp/libomptarget/test/offloading/wtime.c
+++ b/openmp/libomptarget/test/offloading/wtime.c
@@ -1,5 +1,7 @@
// RUN: %libomptarget-compileopt-and-run-generic
+// UNSUPPORTED: amdgcn-amd-amdhsa
+
#include <assert.h>
#include <omp.h>
#include <stdio.h>
More information about the Openmp-commits
mailing list