Add back pycuda.autoinit to test_pt_onnx_trt#51106
Add back pycuda.autoinit to test_pt_onnx_trt#51106ptrblck wants to merge 1 commit intopytorch:masterfrom
Conversation
💊 CI failures summary and remediationsAs of commit 2491984 (more details on the Dr. CI page): 💚 💚 Looks good so far! There are no failures yet. 💚 💚 This comment was automatically generated by Dr. CI (expand for details).Follow this link to opt-out of these comments for your Pull Requests.Please report bugs/suggestions to the (internal) Dr. CI Users group. |
Codecov Report
@@ Coverage Diff @@
## master #51106 +/- ##
==========================================
- Coverage 80.76% 80.57% -0.20%
==========================================
Files 1927 1927
Lines 210373 210373
==========================================
- Hits 169914 169505 -409
- Misses 40459 40868 +409 |
heitorschueroff
left a comment
There was a problem hiding this comment.
@ptrblck Thanks for the fix. Out of curiosity, why did we remove this import to begin with?
|
I think in #49980 an automatic tool was used to remove unused imports. The used cmd was: |
facebook-github-bot
left a comment
There was a problem hiding this comment.
@heitorschueroff has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator.
I see, thanks for clarifying. |
|
@heitorschueroff merged this pull request in 7b85adf. |
Summary: Fixes pytorch#51105 by adding back the `import pycuda.autoinit`. Pull Request resolved: pytorch#51106 Reviewed By: mingzhe09088 Differential Revision: D26086808 Pulled By: heitorschueroff fbshipit-source-id: 88d98796c87a44cedaa1f6666e9f71a424293641
Fixes #51105 by adding back the
import pycuda.autoinit.