We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f88d0bc commit dbef52eCopy full SHA for dbef52e
openmp/libomptarget/test/api/ompx_3d.c
@@ -1,5 +1,10 @@
1
// RUN: %libomptarget-compile-run-and-check-generic
2
3
+// This test currently fails on GitHub runners which do not have enough
4
+// CPUs to allow the creation of the number of threads needed.
5
+//
6
+// XFAIL: *
7
+
8
#include <omp.h>
9
#include <ompx.h>
10
#include <stdio.h>
openmp/libomptarget/test/api/ompx_3d.cpp
// RUN: %libomptarget-compilexx-run-and-check-generic
0 commit comments