syclacademy
syclacademy copied to clipboard
SYCL Academy, a set of learning materials for SYCL heterogeneous programming
First code has to be *simple*. Remove all the error handlers and other try/catch from SC22 Lesson 1. I wish I could have made a PR but it looks like...
I am not sure if you will organize a nersc-workshop-24. Is it good to apply your new changes in exercises/solutions to https://github.com/codeplaysoftware/syclacademy/tree/nersc-workshop-23 ? Thanks
- Remove compilation of nonexistent directory `OneMKL_gemm` - Modified the quick reference in the exercise source: mention device pointers instead of buffers. Also added an example of declaration of `parallel_for`...