-
Notifications
You must be signed in to change notification settings - Fork 3
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
CuQuantum
exception
#140
Comments
First, I noticed that The only function there seems to be: qibojit/src/qibojit/backends/gpu.py Line 509 in 0050f99
(the line could be different according to the version, but the __del__ function has only two lines, and it's unchanged for 10 months)
Could you provide more details to reproduce the issue? |
Any progress/debug on this issue? |
Not yet, I still need to have a look to see if I can reproduce the issue. |
Q: Is this issue only seen during the Python interpreter shutdown? |
IIRC yes, but it's been almost half a year since I last saw it so I'm not 100% sure. |
The part of the traceback reported is telling that is happening on Qibo itself does not delete explicitly the backend, and the reference is lost only if the backend is replaced. |
I was also never able to reproduce the issue. |
I am using the
cuquantum
backend and the following error keeps being raised.Though I could not trace any reason for it or how an minimal code could raise it.
The text was updated successfully, but these errors were encountered: