PolyBench/C 4.2
Copyright (c) 2011-2016 the Ohio State University.
Contact:
Louis-Noel Pouchet <pouchet@cse.ohio-state.edu>
Tomofumi Yuki <tomofumi.yuki@inria.fr>
PolyBench is a benchmark suite of 30 numerical computations with
static control flow, extracted from operations in various application
domains (linear algebra computations, image processing, physics
simulation, dynamic programming, statistics, etc.). PolyBench features
include:
- A single file, tunable at compile-time, used for the kernel
instrumentation. It performs extra operations such as cache flushing
before the kernel execution, and can set real-time scheduling to
prevent OS interference.
- Non-null data initialization, and live-out data dump.
- Syntactic constructs to prevent any dead code elimination on the kernel.
- Parametric loop bounds in the kernels, for general-purpose implementation.
- Clear kernel marking, using pragma-based delimiters.
polybench
Brought to you by:
pouchet,
tomofumi-yuki
Downloads:
14 This Week