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

[Feature request] GPU support for faster calculations #94

Closed
Obs01ete opened this issue Jul 18, 2023 · 1 comment
Closed

[Feature request] GPU support for faster calculations #94

Obs01ete opened this issue Jul 18, 2023 · 1 comment

Comments

@Obs01ete
Copy link

I use pyscf to compute molecular Hamiltonians, and is takes around 25 seconds per molecule which is slow for me. Since pyscf uses libcint, I am wondering is there any way to replace blas/MKL backend of libcint with cuBLAS? Or any plans to add support for cuBLAS in the future? For me, leas then 1 second compute would be good. I have V100 at my disposal.

@sunqm
Copy link
Owner

sunqm commented Jul 26, 2023

libcint does not use any blas functions. You will not get any performance improvements by changing blas libraries. Integrals on GPU will only be available in the project https://github.com/pyscf/gpu4pyscf

@sunqm sunqm closed this as completed Jan 25, 2024
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