pytorch
3ab54b97 - Implement and extend `mul(sparse, sparse)` to work with 0-dim arguments on either side. (#82717)

Commit
2 years ago
Implement and extend `mul(sparse, sparse)` to work with 0-dim arguments on either side. (#82717) Extends https://github.com/pytorch/pytorch/pull/81556 by bringing some missing functionality implemented in master. Also, improves on master to allow arbitrary 0-dim coalesced or not arguments to be on either side of the operation. Master, for example, would fail on 0-dim non-coalesced inputs. CC @datumbox, @osalpekar . Pull Request resolved: https://github.com/pytorch/pytorch/pull/82717 Approved by: https://github.com/amjames, https://github.com/bhosmer
Author
Committer
Parents
Loading