-
Notifications
You must be signed in to change notification settings - Fork 10
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
Support for current dev version of qutip #45
Comments
Sorry, I am no longer active 😅 I guess there exists a combination of compatible versions of QuTiP and this plugin for things to work, @hodgestar should know better than I do. |
@rkevk Hello! I'm still active, but currently have quite a lot of other QuTiP work while we're in the QuTiP v5 alpha stage. Yes, as you correctly deduced there have been some changes in QuTiP v5 since qutip-cupy was last updated. For this particular error, I think one only needs to change that line to: data.inv.add_specialisations([(CuPyDense, CuPyDense, linalg.inv_cupydense)]) If you're up for creating a PR for that, I would be very grateful. The main blocker on my side is getting access to a machine with GPU support (or fixing the AWS GPU test runners). |
Hi @hodgestar and @rkevk is it okay if I test this on GPU and do the PR? @hodgestar can I maybe also assist with fixing AWS GPU test runners? Thanks |
@dstrbad That would be wonderful, thank you! |
@hodgestar pull request done, let me know if there's something else I should do in regards to this issue. Pull requests introduces 2 changes:
Test was conducted on AWS GPU instance and basic check looks good but due to dated packages and qutip-cupy there is possibility for other issues to exist. Will try to get AWS GPU test runners back online to see status of tests. |
I'm considering toying around with this and installing it on our GPU server for our group to use, but it seems that the last version of qutip-cupy is incompatible with the latest version of qutip:
Given
I get the following error:
I suppose qutip's API has changed sometime in the last two years and that made it incompatible with this backend. If this project is still alive, could someone take a look at relevant sections and fix what's needed to get it to run? I myself am not familiar with qutip or its inner workings, so I would have to catch up on a lot first to solve it myself...
@hodgestar @leofang in case either of you still consider yourself active in this project :)
The text was updated successfully, but these errors were encountered: