-
-
Notifications
You must be signed in to change notification settings - Fork 590
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
test numba to speed up convert_to_python=True
#1864
Comments
info on sparse matrix support for numba: numba/numba-scipy#29 |
could try this: http://csr.lenskit.org/en/stable/ |
martinjrobins
added a commit
that referenced
this issue
Dec 25, 2021
… lack of sparse matrix support
martinjrobins
added a commit
that referenced
this issue
Jan 12, 2022
…ry assumes that mat-vec is done for 1D vec
@martinjrobins Is this relevant anymore? |
It looks like there hasn't been a reply in 30 days, so I'm closing this issue. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Summary
Might be faster using
convert_to_python
if we use numba to compile it....? would help with the idklu solver. The other option to speed this one up is #1863. But this is easier so I want to give this one a go firstMotivation
Trying to speed up the ida solver so we can use its superior event handling
The text was updated successfully, but these errors were encountered: