Options
SYCL-bench: A versatile cross-platform benchmark suite for heterogeneous computing
Publikationstyp
Conference Paper
Publikationsdatum
2020-08
Sprache
English
First published in
Number in series
12247 LNCS
Start Page
629
End Page
644
Citation
26th International European Conference on Parallel and Distributed Computing (Euro-Par 2020)
Contribution to Conference
Publisher DOI
Scopus ID
The SYCL standard promises to enable high productivity in heterogeneous programming of a broad range of parallel devices, including multicore CPUs, GPUs, and FPGAs. Its modern and expressive C++ API design, as well as flexible task graph execution model give rise to ample optimization opportunities at run-time, such as the overlapping of data transfers and kernel execution. However, it is not clear which of the existing SYCL implementations perform such scheduling optimizations, and to what extent. Furthermore, SYCL’s high level of abstraction may raise concerns about sacrificing performance for ease of use. Benchmarks are required to accurately assess the performance behavior of high-level programming models such as SYCL. To this end, we present SYCL-Bench, a versatile benchmark suite for device characterization and runtime benchmarking, written in SYCL. We experimentally demonstrate the effectiveness of SYCL-Bench by performing device characterization of the NVIDIA TITAN X GPU, and by evaluating the efficiency of the hipSYCL and ComputeCpp SYCL implementations.
Schlagworte
Cross platform
Heterogeneous computing
SYCL benchmarks
SYCL runtime