We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bac3ad3 commit f30d5edCopy full SHA for f30d5ed
1 file changed
backends/arm/test/test_arm_baremetal.sh
@@ -311,7 +311,7 @@ test_memory_allocation() {
311
echo "${TEST_SUITE_NAME}: Test target Ethos-U85"
312
examples/arm/run.sh --et_build_root=arm_test/test_run --target=ethos-u85-128 --model_name=examples/arm/example_modules/add.py &> arm_test/test_run/full.log
313
python3 backends/arm/test/test_memory_allocator_log.py --log arm_test/test_run/full.log \
314
- --require "model_pte_program_size" "<= 3130 B" \
+ --require "model_pte_program_size" "<= 3200 B" \
315
--require "method_allocator_planned" "<= 64 B" \
316
--require "method_allocator_loaded" "<= 1024 B" \
317
--require "method_allocator_input" "<= 16 B" \
0 commit comments