-
Notifications
You must be signed in to change notification settings - Fork 415
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Removing custom BlockDiagLazyTensor
logic when using Standardize
(Take 2)
#1414
Conversation
This pull request was exported from Phabricator. Differential Revision: D39746709 |
Codecov Report
@@ Coverage Diff @@
## main #1414 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 134 134
Lines 12408 12403 -5
=========================================
- Hits 12408 12403 -5
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
This pull request was exported from Phabricator. Differential Revision: D39746709 |
…(Take 2) (pytorch#1414) Summary: Pull Request resolved: pytorch#1414 Due to [this linear operator PR](cornellius-gp/linear_operator#14), we should now be able to remove the custom logic in `Standardize` without performance impact. Differential Revision: D39746709 fbshipit-source-id: 506d1fc3a34778fa5bb0d91779ca5f73b24f4146
b1460d7
to
893b763
Compare
…(Take 2) (pytorch#1414) Summary: Pull Request resolved: pytorch#1414 Due to [this linear operator PR](cornellius-gp/linear_operator#14), we should now be able to remove the custom logic in `Standardize` without performance impact. Differential Revision: D39746709 fbshipit-source-id: 1c68d8033d18c4a489600dd743ad5ab24efc5fb0
893b763
to
045e22c
Compare
This pull request was exported from Phabricator. Differential Revision: D39746709 |
…(Take 2) (pytorch#1414) Summary: Pull Request resolved: pytorch#1414 Due to [this linear operator PR](cornellius-gp/linear_operator#14), we should now be able to remove the custom logic in `Standardize` without performance impact. Reviewed By: saitcakmak Differential Revision: D39746709 fbshipit-source-id: c1477bcc14ec145583a5d0501fbe1cdac5bfe9bd
045e22c
to
d9fabef
Compare
This pull request was exported from Phabricator. Differential Revision: D39746709 |
…ytorch#1414) Summary: Pull Request resolved: facebook/Ax#1414 Differential Revision: D43178298 fbshipit-source-id: 05441f9140d7971439ed931d66e78a9cb0d9aebf
Summary: Due to this linear operator PR, we should now be able to remove the custom logic in
Standardize
without performance impact.Differential Revision: D39746709