We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b8cc80 commit f8b7f62Copy full SHA for f8b7f62
1 file changed
backends/arm/test/ops/test_scalars.py
@@ -21,8 +21,6 @@
21
22
from typing import Tuple
23
24
-import pytest
25
-
26
import torch
27
28
from executorch.backends.arm.test import common
@@ -380,10 +378,6 @@ def test_div_scalar_tosa_INT(test_data):
380
378
381
379
382
# SHIFT ETHOS-U ------------------------------------------------------
383
-@pytest.mark.xfail(
384
- reason="integer operations (shift and sub) are not supported on FP profile",
385
- strict=True,
386
-)
387
def test_bitwise_right_shift_tensor_tosa_FP_inplace():
388
pipeline = TosaPipelineFP[input_t1](
389
ShiftInplaceSub(),
0 commit comments