ginkgo-project / ginkgo

Numerical linear algebra software package
https://ginkgo-project.github.io/
BSD 3-Clause "New" or "Revised" License
384 stars 86 forks source link

Fix reduce_over_group for new Intel SYCL versions #1524

Closed pratikvn closed 5 months ago

pratikvn commented 5 months ago

This PR fixes an issue with the sycl::reduce_over_group for new Intel SYCL versions. This is required for compilation on Aurora.

pratikvn commented 5 months ago

Looks like the older Intel SYCL versions are also happy with this. So, I will merge this once the CI completes.