pytorch
e0f9c69f - Fix addmm_cpu for int64

Commit
3 years ago
Fix addmm_cpu for int64 There was a bug for the case [a, 0] x [0, b] in addmm_cpu. We implement a short-cut for this case. Pull Request resolved: https://github.com/pytorch/pytorch/pull/75200 Approved by: https://github.com/ngimel
Author
Committer
Parents
Loading