brintos

brintos / llvm-project-archived public Read only

0
0
Text · 307 B · fa64475 Raw
11 lines · c
1// clang-format off2// RUN: %libomp-compile-and-run | %sort-threads | FileCheck %S/base_serialized.h3// REQUIRES: ompt4// clang-format on5 6#define SCHEDULE guided7// The runtime uses static schedule for serialized loop,8// which is a reason choice9#define SCHED_OUTPUT "static"10#include "base_serialized.h"11