You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Arm backend: Remove the reordering of inputs flag (#7698)
Remove the reordering of inputs flag
- With updated Vela version input/output order is now preserved.
- Remove re-order of inputs in compile spec
- Remove re-order of inputs in aot_arm_compiler
Copy file name to clipboardExpand all lines: examples/arm/run.sh
+1-5Lines changed: 1 addition & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,6 @@ build_with_etdump=false
29
29
build_type="Release"
30
30
extra_build_flags=""
31
31
build_only=false
32
-
reorder_inputs=""
33
32
system_config=""
34
33
memory_mode=""
35
34
@@ -46,7 +45,6 @@ help() {
46
45
echo" --extra_build_flags Extra flags to pass to cmake like -DET_ARM_BAREMETAL_METHOD_ALLOCATOR_POOL_SIZE=60000 Default: none "
47
46
echo" --build_only Only build, don't run FVP"
48
47
echo" --scratch-dir=<FOLDER> Path to your Ethos-U scrach dir if you not using default"
49
-
echo" --reorder_inputs=<FLAGS> Reorder the inputs. This can be required when inputs > 1."
50
48
echo" --system_config=<CONFIG> System configuration to select from the Vela configuration file (see vela.ini). Default: Ethos_U55_High_End_Embedded for EthosU55 targets, Ethos_U85_SYS_DRAM_Mid for EthosU85 targets."
51
49
echo" NOTE: If given, this option must match the given target. This option also sets timing adapter values customized for specific hardware, see ./executor_runner/CMakeLists.txt."
52
50
echo" --memory_mode=<MODE> Memory mode to select from the Vela configuration file (see vela.ini), e.g. Shared_Sram/Sram_Only. Default: 'Shared_Sram' for Ethos-U55 targets, 'Sram_Only' for Ethos-U85 targets"
0 commit comments