brintos

brintos / llvm-project-archived public Read only

0
0
Text · 455 B · 63f3fee Raw
13 lines · c
1// clang-format off2// RUN: %libomp-compile-and-run | %sort-threads | FileCheck %S/base_split.h3// RUN: %libomp-compile-and-run | %sort-threads | FileCheck --check-prefix=CHECK-LOOP %S/base_split.h4// REQUIRES: ompt5// UNSUPPORTED: gcc-4, gcc-5, gcc-6, gcc-76// clang-format on7 8#define SCHEDULE runtime9// Without any schedule specified, the runtime uses static schedule,10// which is a reason choice11#define SCHED_OUTPUT "static"12#include "base_split.h"13