You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Arm backend: Avoid not decomposing linears we reject (#15406)
If a linear is not quantized properly, we will reject it when
partitioning. However, if we tell Executorch to _not_ not decompose an
op, we are required to partition it. We thus need to figure out if we
will partition the linear or not in the ops_not_to_decompose filter
function.
Also turn off grad in the arm tester to solve an error that popped up in
the GRU model. Since we only do inference, grad is never relevant.
Signed-off-by: Erik Lundell <[email protected]>
"GRUModule": "RuntimeError: Node aten_linear_default with op <EdgeOpOverload: aten.linear[...]> was not decomposed or delegated.",
141
-
"PReLUModule": "RuntimeError: mul(): functions with out=... arguments don't support automatic differentiation, but one of the arguments requires grad.",
142
140
"TransformerModule": "AssertionError: Output 0 does not match reference output.",
0 commit comments