Skip to content

Commit 1dc0e0e

Browse files
Arm backend: Upgrade vela to 4.4.1
Differential Revision: D84357937 Pull Request resolved: #14890
1 parent 4609cdb commit 1dc0e0e

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

backends/arm/requirements-arm-ethos-u.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
# This source code is licensed under the BSD-style license found in the
44
# LICENSE file in the root directory of this source tree.
55

6-
ethos-u-vela == 4.4.0
6+
ethos-u-vela == 4.4.1

backends/arm/test/ops/test_multihead_attention.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
# This source code is licensed under the BSD-style license found in the
44
# LICENSE file in the root directory of this source tree.
55

6-
import pytest
76
import torch
87
from executorch.backends.arm.test import common
98
from executorch.backends.arm.test.tester.test_pipeline import (
@@ -69,7 +68,6 @@ def test_multihead_attention_tosa_INT(test_data):
6968
"test_data",
7069
test_suite,
7170
)
72-
@pytest.mark.xfail(reason="MLETORCH-1102: Numerical issues on FVP")
7371
@common.XfailIfNoCorstone300
7472
def test_multihead_attention_u55_INT(test_data: input_t1):
7573
test_data, module = test_data()
@@ -90,7 +88,6 @@ def test_multihead_attention_u55_INT(test_data: input_t1):
9088
"test_data",
9189
test_suite,
9290
)
93-
@pytest.mark.xfail(reason="MLETORCH-1102: Numerical issues on FVP")
9491
@common.XfailIfNoCorstone320
9592
def test_multihead_attention_u85_INT(test_data: input_t1):
9693
test_data, module = test_data()

0 commit comments

Comments
 (0)