Skip to content
Open
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion backends/arm/requirements-arm-ethos-u.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
# This source code is licensed under the BSD-style license found in the
# LICENSE file in the root directory of this source tree.

ethos-u-vela == 4.4.0
ethos-u-vela == 4.4.1
3 changes: 0 additions & 3 deletions backends/arm/test/ops/test_multihead_attention.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
# This source code is licensed under the BSD-style license found in the
# LICENSE file in the root directory of this source tree.

import pytest
import torch
from executorch.backends.arm.test import common
from executorch.backends.arm.test.tester.test_pipeline import (
Expand Down Expand Up @@ -69,7 +68,6 @@ def test_multihead_attention_tosa_INT(test_data):
"test_data",
test_suite,
)
@pytest.mark.xfail(reason="MLETORCH-1102: Numerical issues on FVP")
@common.XfailIfNoCorstone300
def test_multihead_attention_u55_INT(test_data: input_t1):
test_data, module = test_data()
Expand All @@ -91,7 +89,6 @@ def test_multihead_attention_u55_INT(test_data: input_t1):
"test_data",
test_suite,
)
@pytest.mark.xfail(reason="MLETORCH-1102: Numerical issues on FVP")
@common.XfailIfNoCorstone320
def test_multihead_attention_u85_INT(test_data: input_t1):
test_data, module = test_data()
Expand Down
Loading