Skip to content

Benchmark suite for heterogeneous computing infrastructures

License

Notifications You must be signed in to change notification settings

zangcq/rodinia

 
 

Repository files navigation

Rodinia Benchmark Suite

This repository hosts a fork of the Rodinia benchmark suite, version 3.1. The fork features a clean-up of the code and its build system, as well as additional ports of select benchmarks to the Julia programming language.

For more information, refer to the original home page.

Usage

Execute make in any of the suite's main directories, or in any of the benchmark subfolders. At every level, you can create a Make.user overriding specific settings (eg. cuda/Make.user defining CUDA_DIR).

Every benchmark should contain a run script to start execution. Some benchmarks might also provide a verify script, to generate output and check it against known-good outputs in the results/ folder.

Sometimes, a profile script is provided as well. This script outputs for every computational kernel a comma-separated string denoting the name of the benchmark suite, the name of the kernel, and the execution time in microseconds. This information can then be parsed by a script, see eg. tools/profile.

NOTE: the current focus of development is on a subset of benchmarks, mostly limited to the CUDA and Julia+CUDA suites. If you have interest in other benchmarks, or running other suites, do check the revision history of said benchmark in one of the actively-maintained suite subfolders (ie. cuda/ or julia_cuda/).

About

Benchmark suite for heterogeneous computing infrastructures

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 52.5%
  • C++ 22.5%
  • Cuda 18.2%
  • Julia 5.1%
  • Makefile 1.0%
  • Shell 0.3%
  • Other 0.4%