-
Notifications
You must be signed in to change notification settings - Fork 3.8k
[Relay] QLinearMatMul allows 1D weight_scale, weight_zero_point inputs #10047
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
AndrewZhaoLuo
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, just a small nit
AndrewZhaoLuo
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.
@FZYUAN-1
Looks like CI bugged out (we recently moved servers I think). You can redo CI by pushing an empty commit e.g. git commit -m 'jostle' --allow-empty and git push
After CI passes I will merge
Thanks. Done. |
|
Need to jostle again, looks like the CI folks did not enable autoscaling until now so your job timed out. |
Done. |
apache#10047) * fix after cr * fix after cr 2 * emptycommit * emptycommit 2nd try
apache#10047) * fix after cr * fix after cr 2 * emptycommit * emptycommit 2nd try
Hello,
This PR is to fix #9908. Previously I made a mistake in git (#9946), now this is a clean PR.
@AndrewZhaoLuo Thank you for your code review, very valuable advice !