LLVM OpenMP 22.0.0git
guided.c
Go to the documentation of this file.
1// clang-format off
2// RUN: %libomp-compile-and-run | %sort-threads | FileCheck %S/base.h
3// REQUIRES: ompt
4// clang-format on
5
6#define SCHEDULE guided
7#include "base.h"