Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions backends/arm/test/ops/test_scalars.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@

from typing import Tuple

import pytest

import torch

from executorch.backends.arm.test import common
Expand Down Expand Up @@ -380,10 +378,6 @@ def test_div_scalar_tosa_INT(test_data):


# SHIFT ETHOS-U ------------------------------------------------------
@pytest.mark.xfail(
reason="integer operations (shift and sub) are not supported on FP profile",
strict=True,
)
def test_bitwise_right_shift_tensor_tosa_FP_inplace():
pipeline = TosaPipelineFP[input_t1](
ShiftInplaceSub(),
Expand Down
Loading