# Rodinia_SYCL
**Repository Path**: mirrors_IntelPython/Rodinia_SYCL
## Basic Information
- **Project Name**: Rodinia_SYCL
- **Description**: No description available
- **Primary Language**: Unknown
- **License**: BSD-3-Clause
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2021-01-30
- **Last Updated**: 2025-12-21
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# DISCONTINUATION OF PROJECT #
This project will no longer be maintained by Intel.
Intel has ceased development and contributions including, but not limited to, maintenance, bug fixes, new releases, or updates, to this project.
Intel no longer accepts patches to this project.
## 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:
```bash
make
```
You can alter compiler settings in the included Makefile. For example, use the Codeplay SYCL compiler
```bash
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:
```bash
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:
```bash
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:
```bash
./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.