-
Notifications
You must be signed in to change notification settings - Fork 16
ENH: delegate kron function.
#516
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
base: main
Are you sure you want to change the base?
Conversation
|
The test fails with the I can update my delegation strategy to avoid delegating when the product of the shape elements equals zero (when using NumPy). What do you think about this? |
|
|
|
@lucascolley I'm a bit confused, even with your command, I still can't reproduce the issue. |
|
what is your Maybe |
|
Here is the information you requested: |
|
ah sorry, I meant |
|
This is the pixi list. I just want to mention that I have the same behaviour with two different computer using kubuntu. |
|
Do you have |
This merge request introduces the
krondelegate function (#100).All supported backends already implement the
kronfunction. However, I wasn’t able to add support for the sparse backend because it requires all input sparse matrices to have a fill_value equal to zero (not the case in the test) - likely to avoid generating a large dense matrix.If you’d like to discuss potential support for kron in PyData Sparse, please let me know!
Feedback is welcome.