Rename `btriunpack` to `lu_unpack` (#18529)
authorVishwak Srinivasan <cs15btech11043@iith.ac.in>
Fri, 29 Mar 2019 19:58:23 +0000 (12:58 -0700)
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>
Fri, 29 Mar 2019 20:01:30 +0000 (13:01 -0700)
commite73be58ff7f9df478cdb57fad6102a2dcf5dc181
tree5e82708ec14075977efe1588706c9e510325e1d3
parentbe2ac6828c31e5b9fc9c329e4f7c26aed4b8ba3a
Rename `btriunpack` to `lu_unpack` (#18529)

Summary:
Changelog:
- Renames `btriunpack` to `lu_unpack` to remain consistent with the `lu` function interface.
- Rename all relevant tests, fix callsites
- Create a tentative alias for `lu_unpack` under the name `btriunpack` and add a deprecation warning to not promote usage.
Pull Request resolved: https://github.com/pytorch/pytorch/pull/18529

Differential Revision: D14683161

Pulled By: soumith

fbshipit-source-id: 994287eaa15c50fd74c2f1c7646edfc61e8099b1
docs/source/torch.rst
test/test_cuda.py
test/test_torch.py
torch/functional.py