[BE] Fix the broken test -- caffe2/caffe2/python:hypothesis_test - test_recurrent#50668
Closed
houseroad wants to merge 1 commit intopytorch:masterfrom
Closed
[BE] Fix the broken test -- caffe2/caffe2/python:hypothesis_test - test_recurrent#50668houseroad wants to merge 1 commit intopytorch:masterfrom
houseroad wants to merge 1 commit intopytorch:masterfrom
Conversation
…st_recurrent Summary: GPU initialization sometimes is slow Test Plan: buck test mode/opt //caffe2/caffe2/python:hypothesis_test -- --exact 'caffe2/caffe2/python:hypothesis_test - test_recurrent (caffe2.caffe2.python.hypothesis_test.TestOperators)' --run-disabled Reviewed By: hl475 Differential Revision: D25939037 fbshipit-source-id: 9fb725273720abd59062917278db76f22c19b3fe
Contributor
|
This pull request was exported from Phabricator. Differential Revision: D25939037 |
Codecov Report
@@ Coverage Diff @@
## master #50668 +/- ##
==========================================
- Coverage 80.66% 80.51% -0.15%
==========================================
Files 1912 1912
Lines 208082 208082
==========================================
- Hits 167845 167541 -304
- Misses 40237 40541 +304 |
Contributor
|
This pull request has been merged in 1fdc35d. |
laurentdupin
pushed a commit
to laurentdupin/pytorch
that referenced
this pull request
Apr 24, 2026
…st_recurrent (pytorch#50668) Summary: Pull Request resolved: pytorch#50668 GPU initialization sometimes is slow Test Plan: buck test mode/opt //caffe2/caffe2/python:hypothesis_test -- --exact 'caffe2/caffe2/python:hypothesis_test - test_recurrent (caffe2.caffe2.python.hypothesis_test.TestOperators)' --run-disabled Reviewed By: hl475 Differential Revision: D25939037 fbshipit-source-id: 832700cf42ece848cda66dd629a06ecda207f086
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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: GPU initialization sometimes is slow
Test Plan: buck test mode/opt //caffe2/caffe2/python:hypothesis_test -- --exact 'caffe2/caffe2/python:hypothesis_test - test_recurrent (caffe2.caffe2.python.hypothesis_test.TestOperators)' --run-disabled
Reviewed By: hl475
Differential Revision: D25939037