Relax assumptions for bcoo_dot_general #27397
Labels
enhancement
New feature or request
P3 (no schedule)
We have no plan to work on this and, if it is unassigned, we would be happy to review a PR
I'm trying to do some einsums with some sparse matrices and am hitting an error. Here is a minimal example:
Would be nice if this type of operatoin could be natively supported. In this simple case, one could just write something like: ab.data *= a[ab.indices[:, 0]] then do ab.sum(axis=1), or slightly better do ab.sum(axis=1) * a
The text was updated successfully, but these errors were encountered: