-
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
make indices a buffer in AffineInputTransform #1656
Closed
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This pull request was exported from Phabricator. Differential Revision: D43048429 |
Summary: Pull Request resolved: pytorch#1517 see title Differential Revision: https://internalfb.com/D41482322 fbshipit-source-id: c29a0a785075a37729c9bc313fe127a10cae5a3d
Summary: Pull Request resolved: pytorch#1518 see title. This bumps the tolerances. This was flaky locally. Differential Revision: https://internalfb.com/D41482368 fbshipit-source-id: 31c92405eee538fd82b11624ee990e5ed663f744
Summary: Pull Request resolved: pytorch#1656 see title. This is important for being able to set the device with `to()` Reviewed By: Balandat, SebastianAment Differential Revision: D43048429 fbshipit-source-id: 03badccd73481f3c9071a1f08534bc289f4bc49a
690c2f3
to
52d3d8a
Compare
This pull request was exported from Phabricator. Differential Revision: D43048429 |
Codecov Report
@@ Coverage Diff @@
## main #1656 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 165 165
Lines 14284 14321 +37
=========================================
+ Hits 14284 14321 +37
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
sdaulton
added a commit
to sdaulton/botorch
that referenced
this pull request
Feb 6, 2023
Summary: Pull Request resolved: pytorch#1656 see title. This is important for being able to set the device with `to()` Differential Revision: https://internalfb.com/D43048429 fbshipit-source-id: 4f4150255c9856eb9a98e4f151577b68a1fd54fa
sdaulton
added a commit
to sdaulton/botorch
that referenced
this pull request
Feb 6, 2023
Summary: Pull Request resolved: pytorch#1656 see title. This is important for being able to set the device with `to()` Differential Revision: https://internalfb.com/D43048429 fbshipit-source-id: c36c46c8f48eb63ca157338ead65b7e1315ebd94
This pull request has been merged in d80b556. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary: see title. This is important for being able to set the device with
to()
Reviewed By: Balandat, SebastianAment
Differential Revision: D43048429