-
Notifications
You must be signed in to change notification settings - Fork 690
test xnnpack quant with program-data separation #14736
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
This PR needs a
|
78c39d9
to
55cf673
Compare
55cf673
to
9918d60
Compare
Run
Notice that there are no external weights saved. When commenting out 'quantize_', we see weights saved externally.
This is because xnnpack fuses(?) the quantization nodes, and the original tag disappears.
I can also set a breakpoint in node_visitor.py and manually tag
torchao_dequantize_affine_default
. So I think we need some way to tag nodes post-to_edge_transform_and_lower.