[Openmp-commits] [PATCH] D153312: [OpenMP] Disable some tests for AArch64
Carlos Eduardo Seo via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Mon Jun 19 17:47:23 PDT 2023
cseo created this revision.
Herald added subscribers: sunshaoce, pengfei, guansong, kristof.beyls, yaxunl.
Herald added a project: All.
cseo requested review of this revision.
Herald added a reviewer: jdoerfert.
Herald added subscribers: openmp-commits, jplehr, sstefan1.
Herald added a project: OpenMP.
Like for X86, some of the tests also need to be disabled for AArch64.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D153312
Files:
openmp/libomptarget/test/jit/empty_kernel_lvl1.c
openmp/libomptarget/test/jit/empty_kernel_lvl2.c
openmp/libomptarget/test/offloading/barrier_fence.c
openmp/libomptarget/test/offloading/small_trip_count.c
openmp/libomptarget/test/offloading/target_critical_region.cpp
Index: openmp/libomptarget/test/offloading/target_critical_region.cpp
===================================================================
--- openmp/libomptarget/test/offloading/target_critical_region.cpp
+++ openmp/libomptarget/test/offloading/target_critical_region.cpp
@@ -1,5 +1,7 @@
// RUN: %libomptarget-compilexx-run-and-check-generic
+// UNSUPPORTED: aarch64-unknown-linux-gnu
+// UNSUPPORTED: aarch64-unknown-linux-gnu-LTO
// UNSUPPORTED: nvptx64-nvidia-cuda
// UNSUPPORTED: nvptx64-nvidia-cuda-LTO
// UNSUPPORTED: x86_64-pc-linux-gnu
Index: openmp/libomptarget/test/offloading/small_trip_count.c
===================================================================
--- openmp/libomptarget/test/offloading/small_trip_count.c
+++ openmp/libomptarget/test/offloading/small_trip_count.c
@@ -5,6 +5,8 @@
// RUN: env LIBOMPTARGET_INFO=16 LIBOMPTARGET_MIN_THREADS_FOR_LOW_TRIP_COUNT=8 \
// RUN: %libomptarget-run-generic 2>&1 | %fcheck-generic --check-prefix=EIGHT
+// UNSUPPORTED: aarch64-unknown-linux-gnu
+// UNSUPPORTED: aarch64-unknown-linux-gnu-LTO
// UNSUPPORTED: x86_64-pc-linux-gnu
// UNSUPPORTED: x86_64-pc-linux-gnu-LTO
Index: openmp/libomptarget/test/offloading/barrier_fence.c
===================================================================
--- openmp/libomptarget/test/offloading/barrier_fence.c
+++ openmp/libomptarget/test/offloading/barrier_fence.c
@@ -1,6 +1,8 @@
// RUN: %libomptarget-compile-generic -fopenmp-offload-mandatory -O3
// RUN: %libomptarget-run-generic
+// UNSUPPORTED: aarch64-unknown-linux-gnu
+// UNSUPPORTED: aarch64-unknown-linux-gnu-LTO
// UNSUPPORTED: x86_64-pc-linux-gnu
// UNSUPPORTED: x86_64-pc-linux-gnu-LTO
Index: openmp/libomptarget/test/jit/empty_kernel_lvl2.c
===================================================================
--- openmp/libomptarget/test/jit/empty_kernel_lvl2.c
+++ openmp/libomptarget/test/jit/empty_kernel_lvl2.c
@@ -88,6 +88,8 @@
// RUN: not %fcheck-plain-generic --input-file %t.pre.ll %S/empty_kernel.inc --check-prefixes=FIRST,SECOND
// clang-format on
+// UNSUPPORTED: aarch64-unknown-linux-gnu
+// UNSUPPORTED: aarch64-unknown-linux-gnu-LTO
// UNSUPPORTED: x86_64-pc-linux-gnu
// UNSUPPORTED: x86_64-pc-linux-gnu-LTO
Index: openmp/libomptarget/test/jit/empty_kernel_lvl1.c
===================================================================
--- openmp/libomptarget/test/jit/empty_kernel_lvl1.c
+++ openmp/libomptarget/test/jit/empty_kernel_lvl1.c
@@ -28,6 +28,8 @@
// RUN: %fcheck-plain-generic --input-file %t.pre.ll %S/empty_kernel.inc --check-prefixes=FIRST,SECOND
// clang-format on
+// UNSUPPORTED: aarch64-unknown-linux-gnu
+// UNSUPPORTED: aarch64-unknown-linux-gnu-LTO
// UNSUPPORTED: x86_64-pc-linux-gnu
// UNSUPPORTED: x86_64-pc-linux-gnu-LTO
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D153312.532768.patch
Type: text/x-patch
Size: 2773 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20230620/96bd328f/attachment.bin>
More information about the Openmp-commits
mailing list