Webinar

SYCL – Introduction and Best Practices

Series: HPC Best Practices Webinars

SYCL is a single-source heterogeneous programming model based on standard C++. It uses C++ templates and lambda functions for host and device code. SYCL builds on the underlying concepts of portability and efficiency of OpenCL that enable code for heterogeneous processors; however, it is less verbose than OpenCL. The single-source programming enables the host and kernel code for an application to be contained in the same source file, in a type-safe way and with the simplicity of a cross-platform asynchronous task graph. We will provide an overview of the SYCL concepts, compilation, and runtime. No prior knowledge of OpenCL is required for this webinar. Once we have reviewed the core concepts of SYCL, we will walk through several code examples to highlight its key features and illustrate best practices. SYCL by design is hardware agnostic and offers the potential to be portable across many of DOE’s largest machines.

Presenter

Presenter Bio

Thomas Applencourt is an Assistant Computational Scientist at Argonne National Laboratory interested in HPC. He is working now on Aurora, the first exascale US system that will be delivered in 2021. He is interested in various programming models (OpenMP, SYCL) and low-level programming.