Developing parallel applications with SYCL, an open standards alternative to CUDA

About
Location: Edinburgh, Scotland Dates: Februrary 2020 27 Website: hw.ac.uk
This talk will introduce application development using the SYCL programming model. SYCL allows users to write standard C++ code which is then executed on a range of heterogeneous architectures including CPUs, GPUs, DSPs, FPGAs and other accelerators. On top of this SYCL also provides a high-level abstraction which allows users to describe their computations as a task graph with data dependencies, while the SYCL runtime performs data dependency analysis and scheduling. SYCL also supports a host device which will execute on the host CPU with the same execution and memory model guarantees as OpenCL for debugging purposes, and a fallback mechanism which allows an application to recover from failure.