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

Is cuda/any gpu needed #10

Open
Rhysjosmin opened this issue Jan 11, 2021 · 1 comment
Open

Is cuda/any gpu needed #10

Rhysjosmin opened this issue Jan 11, 2021 · 1 comment

Comments

@Rhysjosmin
Copy link

Do i need to have cuda or any other gpu to run this or can i do it only with a cpu?

@drebain
Copy link
Collaborator

drebain commented Feb 15, 2021

Yes, the solver implementation here is set up to require CUDA, as the simulation would probably not be real-time on a CPU. That said, the code uses Thrust to launch the GPU kernels, and could probably be modified to run on CPU.

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

No branches or pull requests

2 participants