Skip to content

A set of benchmarks for OpenMP task data dependencies

License

Notifications You must be signed in to change notification settings

devreal/omp-tdb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenMP Task Data-Dependency Benchmarks

A set of benchmarks for OpenMP to measure the overhead of task data dependencies under different settings. The set of benchmarks includes different task graph patterns that are meant to test different aspects of the implementation, including handling large numbers of dependencies, the type of dependency (input/output/inout), the number of tasks and dependencies per task, and the percentage of matched vs unmatched dependencies.

The benchmark is based on the EPCC OpenMP Benchmark Suite version 3.1. In addition to changes to the way task creation and management are timed, we have opted for C++ templates to create tasks with different numbers of dependencies. Courtesy to Christoph Niethammer, we have added our own timer class to also measure PAPI counter.

The current state should be regarded as experimental. While we retained the original benchmark code, we have not verified correctness of the pre-existing set of benchmarks.

About

A set of benchmarks for OpenMP task data dependencies

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published