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.
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.