LLVM OpenMP 22.0.0git
static_split.c
Go to the documentation of this file.
1// clang-format off
2// RUN: %libomp-compile-and-run | %sort-threads | FileCheck %S/base_split.h
3// RUN: %libomp-compile-and-run | %sort-threads | FileCheck --check-prefix=CHECK-LOOP %S/base_split.h
4// REQUIRES: ompt
5// GCC doesn't call runtime for static schedule
6// XFAIL: gcc
7// clang-format on
8
9#define SCHEDULE static
10#include "base_split.h"