LLVM OpenMP 22.0.0git
auto_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 auto = static schedule
6// XFAIL: gcc
7// clang-format on
8
9#define SCHEDULE auto
10// The runtime uses guided schedule for auto,
11// which is a reason choice
12#define SCHED_OUTPUT "guided"
13#include "base_split.h"