-
Notifications
You must be signed in to change notification settings - Fork 86
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
Improve fusions with dequantizelinear #3551
Comments
I see two patterns in llama2-int4 that are not getting fused. |
Are you able to show the operators with the shapes to understand how its reshaping and broadcasting? |
A test case can show the matcher isn't being hit for
|
|
With this PR, it will properly fuse in this new test-case: But this |
This PR addresses this issue: #3609. |
It does enable some fusions, but we still are not fusing all the dqs in the model. More investigation is needed. |
dequantizelinear_kernel on the llama2 7B 16a4w model is not fusing as expected
The text was updated successfully, but these errors were encountered: