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
Updating tests for 16A8W ops which are supported (#14945)
Summary:
Updating the TOSA, U55 & U85 tests to remove xfails. These ops are supported now and updating tests to not expect failure.
Differential Revision: D84262200
reason="missing int16 add ops support; fails at TOSA reference model with Unsupported operation type or rank. See: https://github.com/pytorch/executorch/issues/13730"
reason="missing int16 cat ops support; fails at TOSA reference model with Unsupported operation type or rank. See: https://github.com/pytorch/executorch/issues/13978"
183
-
)
184
180
deftest_cat_16a8w_tosa_INT(test_data: Tuple):
185
181
"""Test cat operation with 16A8W quantization (16-bit activations, 8-bit weights)"""
reason="missing int16 mul ops support; fails at TOSA reference model with Unsupported operation type or rank. See: https://github.com/pytorch/executorch/issues/13947"
reason="missing int16 slice ops support; fails at TOSA reference model with Unsupported operation type or rank. See: https://github.com/pytorch/executorch/issues/13976"
reason="missing int16 view ops support; fails at TOSA reference model with Unsupported operation type or rank. See: https://github.com/pytorch/executorch/issues/13977"
185
-
)
186
182
deftest_view_16a8w_tosa_INT(test_data: Tuple):
187
183
"""Test view operation with 16A8W quantization (16-bit activations, 8-bit weights)"""
0 commit comments