Skip to content

Commit 493e290

Browse files
authored
Arm backend: Bump Ethos-U compiler (Vela) version (#8094)
Fix some bugs Signed-off-by: Erik Lundell <[email protected]>
1 parent 31f112e commit 493e290

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

backends/arm/test/ops/test_maximum.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,6 @@ def test_maximum_tosa_BI(self, operand1: torch.Tensor, operand2: torch.Tensor):
109109
self._test_maximum_tosa_BI_pipeline(self.Maximum(), test_data)
110110

111111
@parameterized.expand(Maximum.test_parameters)
112-
@unittest.expectedFailure # Bug in Vela, disabled until pin changes, bug MLETORCH-513
113112
def test_maximum_u55_BI(self, operand1: torch.Tensor, operand2: torch.Tensor):
114113
test_data = (operand1, operand2)
115114
tester = self._test_maximum_ethos_BI_pipeline(

backends/arm/test/ops/test_minimum.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,6 @@ def test_minimum_tosa_BI(self, operand1: torch.Tensor, operand2: torch.Tensor):
109109
self._test_minimum_tosa_BI_pipeline(self.Minimum(), test_data)
110110

111111
@parameterized.expand(Minimum.test_parameters)
112-
@unittest.expectedFailure # Bug in Vela, disabled until pin changes, bug MLETORCH-513
113112
def test_minimum_u55_BI(self, operand1: torch.Tensor, operand2: torch.Tensor):
114113
test_data = (operand1, operand2)
115114
tester = self._test_minimum_ethos_BI_pipeline(

examples/arm/setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ tosa_reference_model_rev="v0.80.1"
6565

6666
# vela
6767
vela_repo_url="https://gitlab.arm.com/artificial-intelligence/ethos-u/ethos-u-vela"
68-
vela_rev="fc970e3da72e5f6930b840b357684126602b3126"
68+
vela_rev="e131bf4f528f0d461868229972e07f371dcbc881"
6969

7070

7171
########

0 commit comments

Comments
 (0)