In this session, we will present SYCL code walk-through of a simple matrix multiplication example, and look at how we can optimize the code for performance using various features of SYCL. We will compare the execution times of various optimizations.  

Agenda

  • SYCL code walk-through of simple matrix multiplication example - 20min
  • Optimize the code for performance using ND-Range Kernel. - 20min
  • Optimize the code for performance using Shared Local Memory. -20min
  • Compare the execution times of various optimizations. - 20min

This module is a part of the Aurora Learning Paths Series.