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 cpu only #88

Open
luhuhis opened this issue Jun 23, 2022 · 1 comment
Open

Add support for cpu only #88

luhuhis opened this issue Jun 23, 2022 · 1 comment
Assignees
Labels
feature Implement this new feature high priority This needs urgent attention.

Comments

@luhuhis
Copy link
Collaborator

luhuhis commented Jun 23, 2022

#87 took the first step for this.

One way to incrementally add CPU support is to select a few executables and also try to get them to compile and run with the CPUONLY flag, which will then help other executables as well, as the code gets less and less hardcoded to the GPU backend.

The next step is then to make the CPUONLY flag an optional global CMake flag, which then disables FindCUDA etc and also the GPU backend entirely.

@luhuhis luhuhis added the feature Implement this new feature label Jun 23, 2022
@clarkedavida clarkedavida added bug Something isn't working high priority This needs urgent attention. and removed bug Something isn't working labels Aug 2, 2022
@lukas-mazur lukas-mazur self-assigned this Aug 2, 2022
@clarkedavida clarkedavida pinned this issue Aug 2, 2022
@luhuhis
Copy link
Collaborator Author

luhuhis commented Aug 23, 2022

In #95 the next steps have been taken

@clarkedavida clarkedavida unpinned this issue Nov 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Implement this new feature high priority This needs urgent attention.
Projects
None yet
Development

No branches or pull requests

3 participants