-
Notifications
You must be signed in to change notification settings - Fork 5
[TOSA] Fix result type for Conv1D operations. #79
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
2182968 to
9e8c284
Compare
|
Why did this not come up in the end2end tests? Should we have an end2end test covering this? |
mgehre-amd
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, but check end2end test
So, we didn't see it before because we were only doing non-group Conv1D, and the type was not properly set for Group convolution. I will wait for #78 to get merged and then update this PR with a test for it. |
9e8c284 to
baf0da4
Compare
baf0da4 to
7d0bfc0
Compare
…o tiagot.tosa_group_convolution
…ch-mlir into tiagot.fix_result_type_conv1d
9177df8 to
0af2ef3
Compare
|
I added a test that covers this issue. |
…o tiagot.fix_result_type_conv1d
Conv1D simplication had a wrong output type. This PR fixes the issue.