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 GPU compute capabilities to the project #4

Open
3 tasks
sisco0 opened this issue Apr 15, 2021 · 0 comments
Open
3 tasks

Add GPU compute capabilities to the project #4

sisco0 opened this issue Apr 15, 2021 · 0 comments

Comments

@sisco0
Copy link
Contributor

sisco0 commented Apr 15, 2021

GPU compute capabilities for this project are already present at some variation of the CPU project. Conditional building should be enabled for these modules, where #ifdef pragmas should be used as well for different parts of the application.

A hybrid solution could be had which would be built for different GPU brands, so OpenCL is the best solution for us.

This task should be done after #3.

  • Add CMakeLists.txt option
  • Add #ifdef pragmas in the needed source files
  • Add GPU enabled capabilities compilation for the Linux system in the CI.
@sisco0 sisco0 changed the title Add _GPU_ compute capabilities to the project Add GPU compute capabilities to the project Apr 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant