Best Ways to learn Sycl
Hi everyone,
Doing a master thesis in Heterogeneous computing and am expected to program in SYCl, the thing is I am having a hard time finding online materials to learn it.
I am aware of sycl-academy, one workshop given by EUROCC Sweden and a book (`Mastering DPC++ for Programming of Heterogeneous Systems using C++ and SYCL`), but it seems that examples and the classes are too simple.
I have experience in some parallel programming (OpenMp and OpenMPI) but all at CPU level, working with GPU is something completing new.
I am mostly missing (harder/more complex) exercises/examples, and having a hard time understanding `nd_range`.
Do you guys recommend anything ? How did you learn SYCL, do you use SYCL for any project ?