Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 40 million developers.
Sign up
Pro
Popular repositories
890 contributions in the last year
Contribution activity
December 2019
Created a pull request in pytorch/pytorch that received 3 comments
Remove BUILD_NAMEDTENSOR macros
Stack from ghstack: #30894 Remove BUILD_NAMEDTENSOR macros This PR begins the process of removing BUILD_NAMEDTENSOR macros. There will be followups.
+0
−332
•
3
comments
- add type promotion support for sparse tensors
- Correctly handle scalar types, fix parse of numpy ints
- Add floor_divide function
- Fix the rendering of the doc of max.
- Specify ordering on singular values and eigenvalues output from torch…
- Added check for torch.where on CPU that both arguments have same dtype
- Make zeros argument of torch.where same dtype as other argument
- Update persons_of_interest.rst
- Update persons_of_interest.rst
- fix ref to nonexistent torch.repeat
- add doc for F.softplus