LLVM OpenMP
20.0.0git
runtime
test
ompt
worksharing
for
auto_serialized.c
Go to the documentation of this file.
1
// RUN: %libomp-compile-and-run | %sort-threads | FileCheck %S/base_serialized.h
2
// REQUIRES: ompt
3
// GCC doesn't call runtime for auto = static schedule
4
// XFAIL: gcc
5
6
#define SCHEDULE auto
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
"
base_serialized.h
Generated on Wed Feb 5 2025 10:57:20 for LLVM OpenMP by
1.9.6