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

The lessons are a bit spread out and are in several distinct formats. It would benefit new users and contributors if the barrier to entry was lower. This ticket is...

Exercise 10's ReadMe mentions doing the dependencies both with USM and accessors. The slides mention trying just one. I would recommend updating the Readme to the slides version if possible.

An exercise demonstrating the use of a functor to apply a linear blur filter to an image.

Section lifted from sc22 branch. CMake was broken for open source DPC++. This fixes it. I will also check if it works for icpx.

2024 oneAPI Windows 10 vscode terminal I followed the readme.md instructions to install Installing DPC++ ("To set up DPC++ follow the [getting started instructions](https://software.intel.com/content/www/us/en/develop/articles/installation-guide-for-intel-oneapi-toolkits.html).") and was able to build the...

The solution.cpp uses items in the parallel_for but the README.md uses ids. I changed the README.md and added the code to the solution.cpp

The local range is defined as 'auto localRange = sycl::range(1, 32);' in exercise 17 and as 'auto localRange = sycl::range(8, 8);' in exercise 18. Given that the idea from exercises...

The repo has the blurred output file from the exercise, it should be generated when the code is built and run.

Slide 10 references SYCL 1.2.1 and OpenCL error codes. Since the user might be on a target that is not OpenCL remove this and keep the content generic for all...