-
Notifications
You must be signed in to change notification settings - Fork 25
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
CUBLAS_STATUS_NOT_INITIALIZED #164
Comments
It could be the incompatibility issue among cuda drvier, cuda toolkit and cupy. Can you also post the output of |
This is the output:
I'm loading it through spack
|
It seems that you are using cuda toolkit v11. You will need to install gpu4pyscf-cuda11x. Thank you for your feedback. We should clarify more in the installation instruction for the CUDA version. |
ok thank you. Does the installation of
I've just tried to install this with pip3 but it fails:
|
@gpwood
Then And if you want to install |
Hello, I just installed this package on an A10G with CUDA 12:
when I run a simple example:
I get the following error:
I'm running Python 3.11.9, any ideas?
The text was updated successfully, but these errors were encountered: