LLVM OpenMP
20.0.0git
runtime
test
ompt
worksharing
for
runtime_split.c
Go to the documentation of this file.
1
// RUN: %libomp-compile-and-run | %sort-threads | FileCheck %S/base_split.h
2
// RUN: %libomp-compile-and-run | %sort-threads | FileCheck --check-prefix=CHECK-LOOP %S/base_split.h
3
// REQUIRES: ompt
4
// UNSUPPORTED: gcc-4, gcc-5, gcc-6, gcc-7
5
6
#define SCHEDULE runtime
7
// Without any schedule specified, the runtime uses static schedule,
8
// which is a reason choice
9
#define SCHED_OUTPUT "static"
10
#include "
base_split.h
"
base_split.h
Generated on Wed Feb 5 2025 10:57:20 for LLVM OpenMP by
1.9.6