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

Enable CUDA #88

Open
informatorius opened this issue Mar 25, 2018 · 1 comment
Open

Enable CUDA #88

informatorius opened this issue Mar 25, 2018 · 1 comment

Comments

@informatorius
Copy link

Locally I could enable CUDA in the source code when build with OpenMM 7.1

This could be interesting to compare to OpenCL performance.

The GPUInfo-CUDA.cpp uses CUDA runtime but why it does not use the CUDA driver? Looks more easy to me as you need not deploy the cuda sdk runtime but rely on the GPU cuda driver.

@mpharrigan
Copy link
Contributor

mpharrigan commented Mar 26, 2018

OpenMM itself requires* the full SDK

* newer versions of OpenMM use a newer version of CUDA that allows compilation from the runtime (similar to OpenCL).

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