LLVM OpenMP 22.0.0git
guided_serialized.c
Go to the documentation of this file.
1// clang-format off
2// RUN: %libomp-compile-and-run | %sort-threads | FileCheck %S/base_serialized.h
3// REQUIRES: ompt
4// clang-format on
5
6#define SCHEDULE guided
7// The runtime uses static schedule for serialized loop,
8// which is a reason choice
9#define SCHED_OUTPUT "static"
10#include "base_serialized.h"