Skip to content

Conversation

ezyang
Copy link
Contributor

@ezyang ezyang commented Mar 19, 2024

Stack from ghstack (oldest at bottom):

Prompted by #121571

Signed-off-by: Edward Z. Yang ezyang@meta.com

[ghstack-poisoned]
Copy link

pytorch-bot bot commented Mar 19, 2024

🔗 Helpful Links

🧪 See artifacts and rendered test results at hud.pytorch.org/pr/122156

Note: Links to docs will display an error until the docs builds have been completed.

✅ You can merge normally! (1 Unrelated Failure)

As of commit 1111339 with merge base 852111e (image):

UNSTABLE - The following job failed but was likely due to flakiness present on trunk and has been marked as unstable:

This comment was automatically generated by Dr. CI and updates every 15 minutes.

ezyang added a commit that referenced this pull request Mar 19, 2024
Prompted by #121571

Signed-off-by: Edward Z. Yang <ezyang@meta.com>

ghstack-source-id: d9324ce
Pull Request resolved: #122156
@ezyang
Copy link
Contributor Author

ezyang commented Mar 19, 2024

@pytorchbot rebase

@pytorchmergebot
Copy link
Collaborator

@pytorchbot started a rebase job onto refs/remotes/origin/viable/strict. Check the current status here

[ghstack-poisoned]
@pytorchmergebot
Copy link
Collaborator

Successfully rebased gh/ezyang/2616/orig onto refs/remotes/origin/viable/strict, please pull locally before adding more changes (for example, via ghstack checkout https://github.com/pytorch/pytorch/pull/122156)

@ezyang ezyang added the topic: not user facing topic category label Mar 19, 2024
[ghstack-poisoned]
ezyang added a commit that referenced this pull request Mar 19, 2024
Prompted by #121571

Signed-off-by: Edward Z. Yang <ezyang@meta.com>

ghstack-source-id: d2a2a62
Pull Request resolved: #122156
@BowenBao
Copy link
Collaborator

This diff probably helps unblock you from ONNX CI failures.

diff --git a/test/onnx/test_fx_op_consistency.py b/test/onnx/test_fx_op_consistency.py
index dc90977101b..506eb25f9f2 100644
--- a/test/onnx/test_fx_op_consistency.py
+++ b/test/onnx/test_fx_op_consistency.py
@@ -1563,11 +1563,10 @@ SKIP_XFAIL_SUBTESTS: tuple[onnx_test_common.DecorateMeta, ...] = (
     ),
     xfail(
         "nonzero",
-        model_type=pytorch_test_common.TorchModelType.TORCH_EXPORT_EXPORTEDPROGRAM,
-        reason=onnx_test_common.reason_onnx_script_does_not_support(
-            "aten::_assert_async.msg",
-            "https://github.com/pytorch/pytorch/issues/112443",
-        ),
+        matcher=lambda sample: len(sample.input.shape) == 0
+        and sample.kwargs.get("as_tuple", False) is False,
+        reason="Output 'shape' do not match: torch.Size([0, 1]) != torch.Size([0, 0]).",
+        model_type=pytorch_test_common.TorchModelType.TORCH_NN_MODULE,
     ),
     xfail(
         "scatter_add",

[ghstack-poisoned]
@ezyang ezyang requested review from avikchaudhuri and lezcano March 26, 2024 19:45
ezyang added a commit that referenced this pull request Mar 26, 2024
Prompted by #121571

Signed-off-by: Edward Z. Yang <ezyang@meta.com>

ghstack-source-id: 8a48d36
Pull Request resolved: #122156
Prompted by #121571

Signed-off-by: Edward Z. Yang <ezyangmeta.com>

[ghstack-poisoned]
ezyang added a commit that referenced this pull request Mar 27, 2024
Prompted by #121571

Signed-off-by: Edward Z. Yang <ezyang@meta.com>

ghstack-source-id: 4bd23e5
Pull Request resolved: #122156
@albanD albanD removed their request for review March 27, 2024 19:35
@ezyang
Copy link
Contributor Author

ezyang commented Mar 28, 2024

@pytorchbot merge

@pytorch-bot pytorch-bot bot added the ciflow/trunk Trigger trunk jobs on your pull request label Mar 28, 2024
@pytorchmergebot
Copy link
Collaborator

Merge started

Your 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

Advanced Debugging
Check the merge workflow status
here

sanketpurandare pushed a commit to sanketpurandare/pytorch that referenced this pull request Apr 22, 2024
Prompted by pytorch#121571

Signed-off-by: Edward Z. Yang <ezyang@meta.com>
Pull Request resolved: pytorch#122156
Approved by: https://github.com/jansel
@github-actions github-actions bot deleted the gh/ezyang/2616/head branch April 28, 2024 01:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ciflow/trunk Trigger trunk jobs on your pull request Merged topic: not user facing topic category

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants