alpaka-group / llama

A Low-Level Abstraction of Memory Access
https://llama-doc.rtfd.io/
Mozilla Public License 2.0
80 stars 10 forks source link

Finish SYCL example #633

Open bernhardmgruber opened 1 year ago

bernhardmgruber commented 1 year ago

I have a branch with a SYCL n-body example floating around for a long time, but it has never been merged. We should at least add one SYCL example to LLAMA to show how LLAMA integrates with SYCL buffers and accessors. Creating a LLAMA View based on SYCL buffers cannot use allocView at the moment and there is also no corresponding blob allocator to aid users. So the LLAMA view needs to be built by hand currently, which may not be straight forward.