pytorch
6fd8e28a - Make addmm meta kernel consistent with mm (#84960)

Commit
2 years ago
Make addmm meta kernel consistent with mm (#84960) Change the names of the parameters in the `addmm` meta kernel to be more consistent with `mm`. Functionally, the only difference in behaviour should be that `addmm` meta kernel gets its options from the `input` tensor instead of from the `bias` parameter. Fixes #84930 CC: @ezyang @ngimel @wconstab @ke1337 @glebk-cerebras Pull Request resolved: https://github.com/pytorch/pytorch/pull/84960 Approved by: https://github.com/ezyang
Author
Committer
Parents
Loading