LLVM OpenMP 22.0.0git
dynamic_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// UNSUPPORTED: gcc-4, gcc-5, gcc-6, gcc-7
6// clang-format on
7
8#define SCHEDULE dynamic
9#include "base_split.h"