Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add USM pointers to Intel SYCL back-ends #1646

Closed
j-stephan opened this issue Mar 15, 2022 · 0 comments · Fixed by #1845
Closed

Add USM pointers to Intel SYCL back-ends #1646

j-stephan opened this issue Mar 15, 2022 · 0 comments · Fixed by #1845

Comments

@j-stephan
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant