File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -128,7 +128,7 @@ def ethosu_compile_spec(
128
128
self .compiler_flags .append ("--output-format=raw" )
129
129
self .compiler_flags .append ("--debug-force-regor" )
130
130
131
- base_tosa_version = "TOSA-0.80+BI "
131
+ base_tosa_version = "TOSA-1.0+INT "
132
132
if "u55" in target :
133
133
# Add the Ethos-U55 extension marker
134
134
base_tosa_version += "+u55"
Original file line number Diff line number Diff line change @@ -228,7 +228,7 @@ test_models_ethos-u85() { # End to End model tests using model_test.py
228
228
python3 backends/arm/test/test_model.py --test_output=arm_test/test_model --target=ethos-u85-256 --model=mv2 --extra_flags=" -DET_ATOL=2.00 -DET_RTOL=2.00"
229
229
python3 backends/arm/test/test_model.py --test_output=arm_test/test_model --target=ethos-u85-512 --model=mv3 --extra_flags=" -DET_ATOL=5.00 -DET_RTOL=5.00"
230
230
python3 backends/arm/test/test_model.py --test_output=arm_test/test_model --target=ethos-u85-128 --model=lstm --extra_flags=" -DET_ATOL=0.03 -DET_RTOL=0.03"
231
- python3 backends/arm/test/test_model.py --test_output=arm_test/test_model --target=ethos-u85-128 --model=w2l --extra_flags=" -DET_ATOL=0.01 -DET_RTOL=0.01"
231
+ # python3 backends/arm/test/test_model.py --test_output=arm_test/test_model --target=ethos-u85-128 --model=w2l --extra_flags="-DET_ATOL=0.01 -DET_RTOL=0.01" # Takes long time to run
232
232
python3 backends/arm/test/test_model.py --test_output=arm_test/test_model --target=ethos-u85-256 --model=ic4 --extra_flags=" -DET_ATOL=0.8 -DET_RTOL=0.8" --timeout=2400
233
233
python3 backends/arm/test/test_model.py --test_output=arm_test/test_model --target=ethos-u85-128 --model=resnet18 --extra_flags=" -DET_ATOL=0.2 -DET_RTOL=0.2"
234
234
python3 backends/arm/test/test_model.py --test_output=arm_test/test_model --target=ethos-u85-128 --model=resnet50 --extra_flags=" -DET_ATOL=0.2 -DET_RTOL=0.2"
Original file line number Diff line number Diff line change 60
60
61
61
# Vela
62
62
vela_repo_url=" https://gitlab.arm.com/artificial-intelligence/ethos-u/ethos-u-vela"
63
- vela_rev=" 8cac2b9a7204b57125a8718049519b091a98846c "
63
+ vela_rev=" d37febc1715edf0d236c2ff555739a8a9aadcf9a "
64
64
65
65
# MLSDK dependencies
66
66
mlsdk_manifest_dir=" ml-sdk-for-vulkan-manifest"
You can’t perform that action at this time.
0 commit comments