You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Intel targets are able to work with SYCL 2020's USM pointers (AMD/Xilinx targets are currently not). We should migrate the current sycl::buffer based memory allocations to the special Xilinx code paths and use pointers for the generic SYCL target which would increase compatibility with existing alpaka codes.
The text was updated successfully, but these errors were encountered:
The Intel targets are able to work with SYCL 2020's USM pointers (AMD/Xilinx targets are currently not). We should migrate the current
sycl::buffer
based memory allocations to the special Xilinx code paths and use pointers for the generic SYCL target which would increase compatibility with existing alpaka codes.The text was updated successfully, but these errors were encountered: