-
Notifications
You must be signed in to change notification settings - Fork 25.2k
Turn on capture_dynamic_output_shape_ops/capture_scalar_outputs by default for export #105962
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
Conversation
…fault for export Signed-off-by: Edward Z. Yang <ezyang@meta.com> [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 |
The merge job was canceled. If you believe this is a mistake,then you can re trigger it through pytorch-bot. |
@pytorchbot merge -f "everything clear" |
Merge startedYour 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 |
@pytorchbot drci |
…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]
…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]
…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]
…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]
…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]
…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]
…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]
…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
Stack from ghstack (oldest at bottom):
Signed-off-by: Edward Z. Yang ezyang@meta.com
cc @voznesenskym @penguinwu @anijain2305 @EikanWang @jgong5 @Guobing-Chen @XiaobingSuper @zhuhaozhe @blzheng @Xia-Weiwen @wenzhe-nrv @jiayisunx @ipiszy @chenyang78 @aakhundov