Skip to content

Conversation

ezyang
Copy link
Contributor

@ezyang ezyang commented Jul 25, 2023

…fault for export

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

[ghstack-poisoned]
ezyang added a commit that referenced this pull request Jul 25, 2023
…fault for export

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

ghstack-source-id: 87990dd
Pull Request resolved: #105962
@ezyang ezyang requested a review from tugsbayasgalan July 25, 2023 20:34
@albanD albanD removed their request for review July 26, 2023 15:28
@ezyang
Copy link
Contributor Author

ezyang commented Jul 26, 2023

@pytorchbot merge

@pytorch-bot pytorch-bot bot added the ciflow/trunk Trigger trunk jobs on your pull request label Jul 26, 2023
@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

@pytorchmergebot
Copy link
Collaborator

The merge job was canceled. If you believe this is a mistake,then you can re trigger it through pytorch-bot.

@ezyang
Copy link
Contributor Author

ezyang commented Jul 27, 2023

@pytorchbot merge -f "everything clear"

@pytorchmergebot
Copy link
Collaborator

Merge started

Your change will be merged immediately since you used the force (-f) flag, bypassing any CI checks (ETA: 1-5 minutes).

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

@huydhn
Copy link
Contributor

huydhn commented Jul 27, 2023

@pytorchbot drci

BowenBao added a commit that referenced this pull request Jul 28, 2023
…ar output"


Summary:
* Add test cases distilled from models that requires setting dynamo config `capture_scalar_outputs` and `capture_dynamic_output_shape_ops` to True. Kudos to #105962 both configs are on by default for export now.
* Improve type promotion to support fx.Node of sym number representing scalar output.
* Bug fix: `onnxfunction_dispatcher` would crash if an input was mis-aligned to be attribute when doing schema matching.
* Misc: re-enable op tests that are already passing.
* Needs microsoft/onnxscript#931. Waiting for merge and the publishing of the new whl.


[ghstack-poisoned]
@facebook-github-bot facebook-github-bot deleted the gh/ezyang/2259/head branch July 30, 2023 14:17
BowenBao added a commit that referenced this pull request Aug 1, 2023
…m number representing scalar output"


Summary:
* Add test cases distilled from models that requires setting dynamo config `capture_scalar_outputs` and `capture_dynamic_output_shape_ops` to True. Kudos to #105962 both configs are on by default for export now.
* Improve type promotion to support fx.Node of sym number representing scalar output.
* Bug fix: `onnxfunction_dispatcher` would crash if an input was mis-aligned to be attribute when doing schema matching.
* Misc: re-enable op tests that are already passing.
* Needs microsoft/onnxscript#931. Waiting for merge and the publishing of the new whl.


[ghstack-poisoned]
BowenBao added a commit that referenced this pull request Aug 1, 2023
…nting scalar output"


Summary:
* Add test cases distilled from models that requires setting dynamo config `capture_scalar_outputs` and `capture_dynamic_output_shape_ops` to True. Kudos to #105962 both configs are on by default for export now.
* Improve type promotion to support fx.Node of sym number representing scalar output.
* Bug fix: `onnxfunction_dispatcher` would crash if an input was mis-aligned to be attribute when doing schema matching.
* Misc: re-enable op tests that are already passing.
* Needs microsoft/onnxscript#931. Waiting for merge and the publishing of the new whl.


[ghstack-poisoned]
BowenBao added a commit that referenced this pull request Aug 1, 2023
…epresenting scalar output"


Summary:
* Add test cases distilled from models that requires setting dynamo config `capture_scalar_outputs` and `capture_dynamic_output_shape_ops` to True. Kudos to #105962 both configs are on by default for export now.
* Improve type promotion to support fx.Node of sym number representing scalar output.
* Bug fix: `onnxfunction_dispatcher` would crash if an input was mis-aligned to be attribute when doing schema matching.
* Misc: re-enable op tests that are already passing.
* Needs microsoft/onnxscript#931. Waiting for merge and the publishing of the new whl.


[ghstack-poisoned]
BowenBao added a commit that referenced this pull request Aug 1, 2023
…ar output"


Summary:
* Add test cases distilled from models that requires setting dynamo config `capture_scalar_outputs` and `capture_dynamic_output_shape_ops` to True. Kudos to #105962 both configs are on by default for export now.
* Improve type promotion to support fx.Node of sym number representing scalar output.
* Bug fix: `onnxfunction_dispatcher` would crash if an input was mis-aligned to be attribute when doing schema matching.
* Misc: re-enable op tests that are already passing.
* Needs microsoft/onnxscript#931. Waiting for merge and the publishing of the new whl.


[ghstack-poisoned]
BowenBao added a commit that referenced this pull request Aug 1, 2023
…port type promoting sym number representing scalar output"


Summary:
* Add test cases distilled from models that requires setting dynamo config `capture_scalar_outputs` and `capture_dynamic_output_shape_ops` to True. Kudos to #105962 both configs are on by default for export now.
* Improve type promotion to support fx.Node of sym number representing scalar output.
* Bug fix: `onnxfunction_dispatcher` would crash if an input was mis-aligned to be attribute when doing schema matching.
* Misc: re-enable op tests that are already passing.
* Needs microsoft/onnxscript#931. Waiting for merge and the publishing of the new whl.


[ghstack-poisoned]
BowenBao added a commit that referenced this pull request Aug 1, 2023
…ing sym number representing scalar output"


Summary:
* Add test cases distilled from models that requires setting dynamo config `capture_scalar_outputs` and `capture_dynamic_output_shape_ops` to True. Kudos to #105962 both configs are on by default for export now.
* Improve type promotion to support fx.Node of sym number representing scalar output.
* Bug fix: `onnxfunction_dispatcher` would crash if an input was mis-aligned to be attribute when doing schema matching.
* Misc: re-enable op tests that are already passing.
* Needs microsoft/onnxscript#931. Waiting for merge and the publishing of the new whl.


[ghstack-poisoned]
pytorchmergebot pushed a commit that referenced this pull request Aug 1, 2023
…106178)

Summary:
* Add test cases distilled from models that requires setting dynamo config `capture_scalar_outputs` and `capture_dynamic_output_shape_ops` to True. Kudos to #105962 both configs are on by default for export now.
* Improve type promotion to support fx.Node of sym number representing scalar output.
* Bug fix: `onnxfunction_dispatcher` would crash if an input was mis-aligned to be attribute when doing schema matching.
* Misc: re-enable op tests that are already passing.
* Needs microsoft/onnxscript#931. Waiting for merge and the publishing of the new whl.

Pull Request resolved: #106178
Approved by: https://github.com/justinchuby, https://github.com/titaiwangms, https://github.com/thiagocrepaldi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants