cms-patatrack / pixeltrack-standalone

Standalone Patatrack pixel tracking
Apache License 2.0
17 stars 35 forks source link

[alpaka] Add support for the SYCL back-end #407

Open AuroraPerego opened 1 year ago

AuroraPerego commented 1 year ago

With #1845 and other following contributions, alpaka now supports also SYCL/oneAPI as a back-end to target CPUs, Intel GPUs and FPGAs. This PR propagates the support for SYCL also in pixeltrack. Some comments:

In addition, the vendor-specific RNG support in alpaka has been disabled.