File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed
Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
76import torch
87from executorch .backends .arm .test import common
98from 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
7472def test_multihead_attention_u55_INT (test_data : input_t1 ):
7573 test_data , module = test_data ()
@@ -91,7 +89,6 @@ def test_multihead_attention_u55_INT(test_data: input_t1):
9189 "test_data" ,
9290 test_suite ,
9391)
94- @pytest .mark .xfail (reason = "MLETORCH-1102: Numerical issues on FVP" )
9592@common .XfailIfNoCorstone320
9693def test_multihead_attention_u85_INT (test_data : input_t1 ):
9794 test_data , module = test_data ()
You can’t perform that action at this time.
0 commit comments