8000 Enable a fast path for (static) qlinear for AArch64 through ACL direc… · pytorch/pytorch@0b06ae1 · GitHub
[go: up one dir, main page]

Skip to content

Commit 0b06ae1

Browse files
committed
Enable a fast path for (static) qlinear for AArch64 through ACL directly.
This enables a fast path for eager mode static quantization for AArch64 through Arm Compute Library (ACL) directly. PR #145942 addressed the high overhead in qlinear_dynamic on AArch64 (due to redundant weight pretranspositions and reductions) by enabling a path that calls ACL directly. This does the same thing but for (static) qlinear.
1 parent ac5618b commit 0b06ae1

File tree

3 files changed

+541
-178
lines changed

3 files changed

+541
-178
lines changed

0 commit comments

Comments
 (0)
0