-
Notifications
You must be signed in to change notification settings - Fork 404
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 some tensors buffers in pathwise sampling code #1821
Conversation
@Balandat has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks!
b320204
to
e057876
Compare
@Balandat has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
Codecov Report
@@ Coverage Diff @@
## main #1821 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 170 170
Lines 14911 14915 +4
=========================================
+ Hits 14911 14915 +4
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
Fixes an issue when moving a SamplePath from GPU to GPU reported in pytorch#1820
e057876
to
0ad2cfb
Compare
@Balandat has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
Fixes an issue when moving a SamplePath from GPU to GPU.
I wasn't super thorough to go through all of the code and every eventuality, but this at least makes the issue reported in #1820 go away.