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

[alpaka] Added support for Boost Fiber backend with Alpaka #360

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

tonydp03
Copy link

@tonydp03 tonydp03 commented May 25, 2022

This PR adds the support for Boost Fiber backend with Alpaka and fixes some typos in the alpaka Makefile. As for now, the backend has poor performance with respect to the serial backend, but it might be worth having it for future tests and developments (this is also under discussion in the alpaka team).

Currently, for the management of the work division we set the number of threads to 1, and the elements per thread to N (i.e. 32). Currently debugging the fiber backend in order run with N number of threads (i.e. 32) and the 1 element per thread.

throughput_analysis

@tonydp03 tonydp03 marked this pull request as draft May 25, 2022 12:51
@fwyzard fwyzard added the alpaka label Jun 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants