Skip to content

Conversation

BowenBao
Copy link
Collaborator

@BowenBao BowenBao commented Apr 14, 2023

@pytorch-bot
Copy link

pytorch-bot bot commented Apr 14, 2023

🔗 Helpful Links

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

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

✅ No Failures

As of commit 67d19d1:
💚 Looks good so far! There are no failures yet. 💚

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

@pytorch-bot pytorch-bot bot added the release notes: onnx torch.onnx related changes that should show up in the release notes label Apr 14, 2023
@BowenBao BowenBao added module: onnx Related to torch.onnx topic: new features topic category labels Apr 14, 2023
@BowenBao BowenBao requested a review from justinchuby April 14, 2023 19:55
@@ -132,6 +132,7 @@ def aten_getitem(self, i):
"aten::softmax": ops.special.aten_special_softmax,
"aten::split": ops.core.aten_split,
"aten::sqrt": ops.core.aten_sqrt,
"aten::stack": ops.core.aten_stack,
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@justinchuby iirc this op have been in torchlib for a while. Curious what is the updating routine for bringing in new supported ops in torchlib?

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don’t think we have a routine for now. When we do dispatch it should become a discovery process

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For now they are just added as needed

Copy link
Collaborator

@titaiwangms titaiwangms Apr 14, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@justinchuby We could adopt fx exporter into test_op_consistency as model side check, like you brought up yesterday.

@BowenBao BowenBao added the ciflow/trunk Trigger trunk jobs on your pull request label Apr 14, 2023
@BowenBao
Copy link
Collaborator Author

@pytorchbot merge

@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

@facebook-github-bot facebook-github-bot deleted the gh/BowenBao/229/head branch June 8, 2023 14:28
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 merging module: onnx Related to torch.onnx open source release notes: onnx torch.onnx related changes that should show up in the release notes topic: new features topic category
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants