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 8c28768 commit 98de3b5Copy full SHA for 98de3b5
openmp/runtime/test/ompt/teams/distribute_dispatch.c
@@ -4,6 +4,11 @@
4
/// GCC lowering of distribute results in calls to
5
/// omp_get_num_teams/omp_get_team_num rather than region calls
6
// UNSUPPORTED: gcc
7
+
8
+// This test expects 4 teams of 1 thread each to be created, and fails
9
+// on CI runners with insufficient resources.
10
+// UNSUPPORTED: linux
11
12
#include "callback.h"
13
14
#define WORK_SIZE 64
0 commit comments