gogo2 / Rodinia_SYCL

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The Rodinia Benchmark Suite in SYCL (Deprecated)

The benchmarks can be used for CPU, GPU, FPGA, or other architectures that support OpenCL and SYCL. It was written with GPUs in mind, so targeting other architectures may require heavy optimization.

Prerequisites

Intel® DPC++ compiler in OneAPI Base Toolkit (https://software.intel.com/oneapi/base-kit)
Codeplay ComputeCpp (https://www.codeplay.com/products/computesuite/computecpp)

Compilation

To compile each benchmark with the default settings, navigate to your selected source directory and use the following command:

make

You can alter compiler settings in the included Makefile. For example, use the Codeplay SYCL compiler

make VENDOR=codeplay

Debugging, Optimization

There are also a number of switches that can be set in the makefile. Here is a sample of the control panel at the top of the makefile:

OPTIMIZE = no
DEBUG    = yes
  • Optimization enables the -O3 optimization flag
  • Debugging enables the -g and/or -DDEBUG flag

Running a benchmark

To run a benchmark, use the following command:

make run

Note the dataset, which is needed for certain benchmarks, can be downloaded at http://lava.cs.virginia.edu/Rodinia/download.htm.

Running all benchmarks

A bash script is provided to attempt to run all the benchmarks:

./run_all.sh

Development Team

Authored and maintained by Zheming Jin (https://github.com/zjin-lcf) with help from Nevin Liber

Documentation

Jin, Zheming. The Rodinia Benchmark Suite in SYCL. No. ANL/ALCF-20/6. Argonne National Lab. Argonne, IL (United States), 2020

Contributions

Comments and suggestions are welcome.

Acknowledgement

Results presented were obtained using the Chameleon testbed supported by the National Science Foundation and the Intel® DevCloud.

Reference

[1] Che, S., Boyer, M., Meng, J., Tarjan, D., Sheaffer, J.W., Lee, S.H. and Skadron, K., 2009, October. Rodinia: A benchmark suite for heterogeneous computing. In 2009 IEEE international symposium on workload characterization (IISWC) (pp. 44-54). IEEE.
[2] Che, S., Sheaffer, J.W., Boyer, M., Szafaryn, L.G., Wang, L. and Skadron, K., 2010, December. A characterization of the Rodinia benchmark suite with comparison to contemporary CMP workloads. In IEEE International Symposium on Workload Characterization (IISWC'10) (pp. 1-11). IEEE.

About

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:C 79.4%Language:C++ 15.6%Language:Makefile 4.7%Language:Roff 0.1%Language:Objective-C 0.1%Language:Shell 0.0%