aboutsummaryrefslogtreecommitdiff
path: root/tests/test_target_ethos_u_config.py
diff options
context:
space:
mode:
authorBenjamin Klimczak <benjamin.klimczak@arm.com>2022-11-28 13:36:03 +0000
committerBenjamin Klimczak <benjamin.klimczak@arm.com>2022-12-06 17:05:37 +0000
commit0241f96fce1bbfa11f21bfbfa161b51f3170a51b (patch)
treef6ceae63670dd58f0b58de0ea55e039eddca3b50 /tests/test_target_ethos_u_config.py
parent6a88ee5315b4ce5b023370c1e55e48bf9f2b6f67 (diff)
downloadmlia-0241f96fce1bbfa11f21bfbfa161b51f3170a51b.tar.gz
MLIA-669 Upgrade dependencies with Vela 3.6
With Vela 3.6 we are able to remove the special treatment of aarch64 in our dependencies, i.e. - upgrade Vela to version 3.6 that resolves a compatibility issue for aarch64 in 3.4 and 3.5. - upgrade to TensorFlow 2.10 which now supports aarch64 (therefore making it obsolete to use 'tensorflow-aarch64'). Change-Id: I86508b667b5ccb55bfd11dcae9defc54e5ef74de
Diffstat (limited to 'tests/test_target_ethos_u_config.py')
-rw-r--r--tests/test_target_ethos_u_config.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_target_ethos_u_config.py b/tests/test_target_ethos_u_config.py
index 6ccd5ce..3160190 100644
--- a/tests/test_target_ethos_u_config.py
+++ b/tests/test_target_ethos_u_config.py
@@ -28,7 +28,7 @@ def test_compiler_options_default_init() -> None:
assert opts.tensor_allocator == "HillClimb"
assert opts.cpu_tensor_alignment == 16
assert opts.optimization_strategy == "Performance"
- assert opts.output_dir is None
+ assert opts.output_dir == "output"
def test_ethosu_target() -> None: