pytorch/aten
Ivan Yashchuk 18fed3dfbe Change name for namedtuple return of torch.linalg.svd (#57181)
Summary:
Pull Request resolved: https://github.com/pytorch/pytorch/pull/57181

Documentation for torch.linalg.svd says:
> The returned decomposition is a named tuple `(U, S, Vh)`

The documentation is correct while the implementation was wrong.
Renamed `V` -> `Vh`. `h` stands for hermitian.
This is a BC-breaking change but our linalg module is beta, therefore we can do it without a deprecation notice or aliases.

Test Plan: Imported from OSS

Reviewed By: ngimel

Differential Revision: D28142162

Pulled By: mruberry

fbshipit-source-id: 5e6e0ae5a63300f2db1575ca3259df381f8e1a7e
2021-05-07 15:17:43 -07:00
..
conda Remove incorrect links to zdevito/ATen (#50065) 2021-01-06 11:49:26 -08:00
src Change name for namedtuple return of torch.linalg.svd (#57181) 2021-05-07 15:17:43 -07:00
tools Migrate thrust->cub for index put (#55693) 2021-04-27 12:27:09 -07:00
CMakeLists.txt Vec256 Test cases (#42685) 2020-09-16 11:48:02 -07:00