Skip to content
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

Fix lowering of onnx.Mul with dynamic shape #282

Merged
merged 1 commit into from
Feb 3, 2025

Conversation

jorickert
Copy link

@jorickert jorickert commented Feb 3, 2025

First PR of a series to improve lowering of ONNX top TOSA with dynamic shapes.
In some cases onnx can infer the output type when tosa can not, which caused a mismatch in types when lowering.

@jorickert jorickert requested a review from roberteg16 February 3, 2025 11:03
@jorickert jorickert enabled auto-merge February 3, 2025 11:03
@jorickert jorickert force-pushed the jrickert.mul.dynamic branch from 4558b04 to 149f379 Compare February 3, 2025 11:18
@jorickert jorickert requested a review from roberteg16 February 3, 2025 11:23
@jorickert jorickert merged commit 3939ed0 into feature/onnx-to-tosa Feb 3, 2025
6 checks passed
@jorickert jorickert deleted the jrickert.mul.dynamic branch February 3, 2025 12:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants