LLNL / RAJA

RAJA Performance Portability Layer (C++)
BSD 3-Clause "New" or "Revised" License
450 stars 102 forks source link

Bugfixes for sycl #1640

Closed artv3 closed 2 months ago

artv3 commented 2 months ago

Address two bugs in SYCL launch backend

  1. Ensures async boolean works properly
  2. Eliminates memory leaks when using non-trivially copyable lambdas.
artv3 commented 2 months ago

I'm going to close this PR in favor of a new one. Hopefully the new PR will have better luck with the CI.