ParRes / Kernels

This is a set of simple programs that can be used to explore the features of a parallel platform.
https://groups.google.com/forum/#!forum/parallel-research-kernels
Other
409 stars 107 forks source link

Remove use of deprecated SYCL 2020 features #603

Closed reble closed 2 years ago

reble commented 2 years ago

Using of ranges with offset as an extra parameter in not supported in SYCL 2020 any more, which is causing issues for the Stencils. This patch uses as a workaround an explicit offset within the task and includes fixing minor issues.

jeffhammond commented 2 years ago

For stencil, we want to modify the Python script that generates the code, rather than the code itself, but I'll be happy to do that later.

reble commented 2 years ago

For stencil, we want to modify the Python script that generates the code, rather than the code itself, but I'll be happy to do that later.

Had no idea that the stencils have a fancy script. 😊 Now I know, the updated script is tested and should work.