LLNL / RAJAPerf

RAJA Performance Suite
BSD 3-Clause "New" or "Revised" License
110 stars 39 forks source link

FIR memory management in SYCL variants #446

Closed rhornung67 closed 3 months ago

rhornung67 commented 3 months ago

The way memory is managed in the FIR (Apps) kernel for SYCL is different than for CUDA and HIP. Make SYCL implementation consistent with other GPU variants.

rhornung67 commented 3 months ago

On second look, all GPU variants are doing essentially the same thing.