Skip to content

DataRaceBench v1.3.1

Compare
Choose a tag to compare
@chunhualiao chunhualiao released this 27 Aug 00:31
· 118 commits to master since this release
7f14edd
  • Added equivalent Fortran versions for existing C/C++ benchmark programs.
  • Additional benchmark programs added to cover some of the latest OpenMP 5.0 language features.
  • 222 new benchmarks added in total: 56 are in C and 166 are in Fortran.
  • Collected new kernels representing new patterns from literature and other benchmarks (e.g., NAS Parallel Benchmark).
  • Improved the test process to allow users to select customized subsets of benchmarks to evaluate their tools.
  • Dockerized tools to streamline the entire benchmarking process to quickly generate a dashboard showing the state-of-the-art.
  • Re-evaluated several available data race detection tools and generate more comprehensive results showing their strengths and limitations.
  • Updated documentation.