Commit b9a0d81
Arm backend: Remove DecomposeLinearVectorNormPass from INT pipeline
DecomposeLinearVectorNormPass is listed in both the
transform_for_annotation_pipeline and _tosa_INT_pipeline stages. The
latter is redundant because torch.linalg.vector_norm can only run with
floating point inputs, i.e., we should always be in a quantized setting
when we enter _tosa_INT_pipeline if the operator is present and
_transform_for_annotation_pipeline will always run; therefore, remove
DecomposeLinearVectorNormPass from _tosa_INT_pipeline.
Signed-off-by: Martin Lindström <[email protected]>
Change-Id: I647687b51298bbb98087914fbbee053436ffb79f1 parent 3371b5e commit b9a0d81
1 file changed
+0
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
155 | 155 | | |
156 | 156 | | |
157 | 157 | | |
158 | | - | |
159 | 158 | | |
160 | 159 | | |
161 | 160 | | |
| |||
0 commit comments