Closed AuroraPerego closed 2 months ago
@AuroraPerego could you please perform locally git commit --amend -a
and force push again to re-trigger the CI.
Simple restarting does not work, I am not sure if some caches avoid a clean re-test.
At some point, could you also squash the last two commits into the third one ?
This refactoring aims to reduce code duplication and ease the process of adding new SYCL backends (e.g.
GpuSyclNvidia
andGpuSyclAmd
).main changes:
Acc
, changed tousing
Tag
, device selectors included, and moved some common methods / structs in the*GenericSycl.hpp
files