Resolved range variable index method correctness#174210
Resolved range variable index method correctness#174210trichmo wants to merge 1 commit intopytorch:mainfrom
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/174210
Note: Links to docs will display an error until the docs builds have been completed.
|
This PR needs a
|
|
@pytorchbot label "topic: not user facing" |
Lucaskabela
left a comment
There was a problem hiding this comment.
@trichmo so just to be clear, this test is currently failing on CI but not disabled or skipped yet? Can you link the failing signal? Once done I can approve - just want to make sure the summary contains all the info we need, thanks!
Can you also link which optimization we landed that broke this test?
|
@Lucaskabela I'm not super familiar with the CI, but does it run all the tests each commit? I am not aware of the failing test on HUD, but I've added a simple repro below which effectively does the same. It is failing for me locally on viable/strict. For simplicity links to HUD of the ghstack pr of interest and gh stack pr tested The commit I believe caused the regression is here |
For the CPython tests, one need to trigger the text exec by adding the label |
|
Great thanks for adding the tag - think the CI is telling us there are a few failing test we can update to be passing - let's do this then reping :) |
|
@Lucaskabela I think @guilhermeleobas has already tackled these unrelated failures (unexpected success). The failures are showing as the files he removed from the dynamo xfails:
|
|
@trichmo just rebase and CI will be green again |
18077c3 to
375aab8
Compare
|
@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 |
Resolves some xfails that made it in without dynamo ci test. Fixes repr logic that passed dynamo ci before merge. Fixing similar root issue found in [this PR](#174210) Pull Request resolved: #174415 Approved by: https://github.com/guilhermeleobas
Fixes: pytorch#174207 Change is validated by passing cpython test (not currently xfail or skip). ``` PYTORCH_TEST_WITH_DYNAMO=1 python test/dynamo/cpython/3_13/test_range.py -k test_count /workspaces/pytorch-devcontainers/pytorch/torch/jit/_script.py:365: DeprecationWarning: `torch.jit.script_method` is deprecated. Please switch to `torch.compile` or `torch.export`. warnings.warn( frames [('total', 1), ('ok', 1)] . ---------------------------------------------------------------------- Ran 1 test in 1.156s OK ``` Pull Request resolved: pytorch#174210 Approved by: https://github.com/Lucaskabela
Fixes: pytorch#174207 Change is validated by passing cpython test (not currently xfail or skip). ``` PYTORCH_TEST_WITH_DYNAMO=1 python test/dynamo/cpython/3_13/test_range.py -k test_count /workspaces/pytorch-devcontainers/pytorch/torch/jit/_script.py:365: DeprecationWarning: `torch.jit.script_method` is deprecated. Please switch to `torch.compile` or `torch.export`. warnings.warn( frames [('total', 1), ('ok', 1)] . ---------------------------------------------------------------------- Ran 1 test in 1.156s OK ``` Pull Request resolved: pytorch#174210 Approved by: https://github.com/Lucaskabela
Fixes: #174207
Change is validated by passing cpython test (not currently xfail or skip).
cc @voznesenskym @penguinwu @EikanWang @jgong5 @Guobing-Chen @XiaobingSuper @zhuhaozhe @blzheng @wenzhe-nrv @jiayisunx @kadeng @chauhang @amjames @Lucaskabela @jataylo