[Openmp-commits] [clang] [llvm] [openmp] [OpenMP][offload] Fix dynamic schedule tracking (PR #97065)
Johannes Doerfert via Openmp-commits
openmp-commits at lists.llvm.org
Fri Jun 28 10:18:37 PDT 2024
================
@@ -0,0 +1,57 @@
+// clang-format off
+// RUN: %libomptarget-compilexx-generic && %libomptarget-run-generic 2>&1 | %fcheck-generic
+// 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
+// UNSUPPORTED: s390x-ibm-linux-gnu
+// UNSUPPORTED: s390x-ibm-linux-gnu-LTO
----------------
jdoerfert wrote:
Is the new syntax available now? REQUIRES: gpu or amdgpu
https://github.com/llvm/llvm-project/pull/97065
More information about the Openmp-commits
mailing list