-
Notifications
You must be signed in to change notification settings - Fork 23.6k
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
Add test for ShapeEnv
recording fallback.
#109944
Conversation
This PR adds a test for the previous PR in this stack: #109904. In summary, it calls functions decorated with `@record_shapeenv_event`, that don't have an explicit `ShapeEnv` parameter, with arguments that don't hold a `ShapeEnv` instance. [ghstack-poisoned]
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/109944
Note: Links to docs will display an error until the docs builds have been completed. ✅ No FailuresAs of commit a0bb2f0 with merge base ac3190c ( This comment was automatically generated by Dr. CI and updates every 15 minutes. |
This PR adds a test for the previous PR in this stack: #109904. In summary, it calls functions decorated with `record_shapeenv_event`, that don't have an explicit `ShapeEnv` parameter, with arguments that don't hold a `ShapeEnv` instance. cc voznesenskym penguinwu EikanWang jgong5 Guobing-Chen XiaobingSuper zhuhaozhe blzheng Xia-Weiwen wenzhe-nrv jiayisunx chenyang78 aakhundov kadeng [ghstack-poisoned]
@pytorchbot merge |
Merge startedYour change will be merged once all checks pass (ETA 0-4 Hours). Learn more about merging in the wiki. Questions? Feedback? Please reach out to the PyTorch DevX Team |
This PR adds a test for checking `ShapeEnv` state when it's built with `should_record_events=False`. Pull Request resolved: #109945 Approved by: https://github.com/ezyang ghstack dependencies: #109904, #109944
This is failing internally
|
@pytorchbot revert -m "New test failing internally" -c ghfirst |
@pytorchbot successfully started a revert job. Check the current status here. |
@ysiraichi your PR has been successfully reverted. |
This reverts commit a4dec8d. Reverted #109944 on behalf of https://github.com/atalman due to New test failing internally ([comment](#109944 (comment)))
atalman didn't post the full log. Here is the full log
|
This PR adds a test for the previous PR in this stack: #109904. In summary, it calls functions decorated with `record_shapeenv_event`, that don't have an explicit `ShapeEnv` parameter, with arguments that don't hold a `ShapeEnv` instance. cc voznesenskym penguinwu EikanWang jgong5 Guobing-Chen XiaobingSuper zhuhaozhe blzheng Xia-Weiwen wenzhe-nrv jiayisunx chenyang78 aakhundov kadeng [ghstack-poisoned]
This PR adds a test for the previous PR in this stack: #109904. In summary, it calls functions decorated with `record_shapeenv_event`, that don't have an explicit `ShapeEnv` parameter, with arguments that don't hold a `ShapeEnv` instance. ghstack-source-id: eaa3bafd7d13e3fac2e9cab4e2b2ea93b7a32a57 Pull Request resolved: #109944
@pytorchbot merge |
Merge startedYour change will be merged once all checks pass (ETA 0-4 Hours). Learn more about merging in the wiki. Questions? Feedback? Please reach out to the PyTorch DevX Team |
Stack from ghstack (oldest at bottom):
ShapeEnv
recording fallback. #109944This PR adds a test for the previous PR in this stack: #109904. In summary, it calls
functions decorated with
@record_shapeenv_event
, that don't have an explicitShapeEnv
parameter, with arguments that don't hold a
ShapeEnv
instance.cc @voznesenskym @penguinwu @EikanWang @jgong5 @Guobing-Chen @XiaobingSuper @zhuhaozhe @blzheng @Xia-Weiwen @wenzhe-nrv @jiayisunx @chenyang78 @aakhundov @kadeng