pytorch
6e4746c1 - Port cholesky_inverse to ATen (#50269)

Commit
3 years ago
Port cholesky_inverse to ATen (#50269) Summary: Now we can remove `_th_potri`! Compared to the original TH-based `cholesky_inverse`, complex (https://github.com/pytorch/pytorch/issues/33152) and batched inputs (https://github.com/pytorch/pytorch/issues/7500) are now supported both on CPU and CUDA. Closes https://github.com/pytorch/pytorch/issues/24685. Closes https://github.com/pytorch/pytorch/issues/24543. Ref. https://github.com/pytorch/pytorch/issues/49421, https://github.com/pytorch/pytorch/issues/42666 Pull Request resolved: https://github.com/pytorch/pytorch/pull/50269 Reviewed By: bdhirsh Differential Revision: D26047548 Pulled By: anjali411 fbshipit-source-id: e4f191e39c684f241b7cb0f4b4c025de082cccef
Author
Parents
Loading