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

GPU and CPU compilation possible #117

Open
wants to merge 6 commits into
base: topic-alpaka
Choose a base branch
from

Conversation

erikzenker
Copy link
Member

This PR provides HASEonGPU the ability to compile for CPU and GPU. The GPU back-end is used when CUDA was selected by compile time option, otherwise the CPU back-end is used. It is currently no possible to select the back-end on run-time, because nvcc is not able fully compile the CPU back-end code of alpaka.

This PR needs to be followed by performance checks.

@erikzenker
Copy link
Member Author

Well, alpaka is not compiling with gcc 5.2. It is time for a module system on our drone server.

@erikzenker
Copy link
Member Author

Alpaka could also be fixed to be compileable with gcc 5.2

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

Successfully merging this pull request may close these issues.

2 participants