syclacademy icon indicating copy to clipboard operation
syclacademy copied to clipboard

SYCL Academy, a set of learning materials for SYCL heterogeneous programming

Results 54 syclacademy issues
Sort by recently updated
recently updated
newest added
trafficstars

In the slides and exercises we use auto quite a lot with queues and other things. This can confuse people when they need to move onto more complicated code that...

We should add lots more comments to the solutions, in particular delineating the difference between the USM and buffer variants.

Now that ComputeCpp is no longer under active development update the SYCL Implementations slide Now that hipSYCL is called AdaptiveCpp update the same content.

Hi, The code presented in the slides, at least in the case of exercise 4, seems to be written for version 1.2.1 and fails to compile in the newer versions...

Usually in the lead up to training events, we pick a subset of sections that we want to do for a particular session. We then usually develop on these branches...

Hi, I'm a bit confused regarding the general structure of the repo and its materials, so I thought I'd ask: 1) It is my understanding that `index.html` holds the most...

Several exercises are still doing manual work by defining their own USM aspect selector while in SYCL 2020 there directly the concept of `sycl::aspect_accessor`. https://registry.khronos.org/SYCL/specs/sycl-2020/html/sycl-2020.html#sec:device-selector

Considering how the example are written in SC22 `Lecture_04_Handling_Errors`, a loop around the `exception_list` are useless for example.

- Implement what has to be implemented; - close the ones which are already handled.