pytorch
e1ee3bfc - Port bmm and baddbmm from TH to ATen (#42553)

Commit
4 years ago
Port bmm and baddbmm from TH to ATen (#42553) Summary: Pull Request resolved: https://github.com/pytorch/pytorch/pull/42553 Ports `torch.bmm` and `torch.baddbmm` from TH to ATen, as well as adds support for complex dtypes. Also removes dead TH code for Level 2 functions. Closes #24539 Test Plan: Imported from OSS Reviewed By: ansley Differential Revision: D24893511 Pulled By: anjali411 fbshipit-source-id: 0eba3f2aec99c48b3018a5264ee7789279cfab58
Author
Parents
Loading