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 support for the SYCL backend for Alpaka #20

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

Parsifal-2045
Copy link
Contributor

This PR implements the necessary changes in the framework to allow Alpaka to work with the SYCL backend for both CPUs and GPUs. This backend is still in its experimental phase, see the status of the relevant PR in the Alpaka repository #1845.
The code for the algorithms has been left untouched, all the necessary changes were made to Alpaka and the way it interfaces with the framework

@fwyzard
Copy link

fwyzard commented Dec 20, 2022

I'd suggest to squash all commits into one, or at most a few.

@Parsifal-2045
Copy link
Contributor Author

Squashed them all into one :)

- Alpaka Platforms are now complete objects
- Memory allocation now requires to specify a platform as one parameter
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants