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: Add Ethos-U65 path to testing (pytorch#20141)
- Build semihosting runner in setup_testing
- Add testing compile-spec
- Use correct FVP in runner_utils
- Add test pipeline
- Add smoke test using the new pipeline to Add
- Update default memory mode in Ethos-U65 compile spec.
---------
Signed-off-by: Erik Lundell <[email protected]>
Copy file name to clipboardExpand all lines: backends/arm/scripts/build_executor_runner.sh
+13-2Lines changed: 13 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -43,11 +43,11 @@ help() {
43
43
echo" --target=<TARGET> Target to build and run for Default: ${target}"
44
44
echo" --build_type=<TYPE> Build with Release, Debug or RelWithDebInfo, default is ${build_type}"
45
45
echo" --bundleio Support both pte and Bundle IO bpte using Devtools BundelIO with Input/RefOutput included"
46
-
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."
46
+
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_U65_High_End for EthosU65 targets, Ethos_U85_SYS_DRAM_Mid for EthosU85 targets."
47
47
echo" NOTE: If given, this option must match the given target. This option along with the memory_mode sets timing adapter values customized for specific hardware, see ./executor_runner/CMakeLists.txt."
48
48
echo" --memory_mode=<CONFIG> Vela memory mode, used for setting the Timing Adapter parameters of the Corstone platforms."
49
49
echo" Valid values are Shared_Sram(for Ethos-U55, Ethos-U65, Ethos-85), Sram_Only(for Ethos-U55, Ethos-U65, Ethos-U85) or Dedicated_Sram(for Ethos-U65, Ethos-U85)."
50
-
echo" Default: Shared_Sram for the Ethos-U55and Sram_Only for the Ethos-U85"
50
+
echo" Default: Shared_Sram for the Ethos-U55, Sram_Only for the Ethos-U65 and Dedicated_Sram_384KB for the Ethos-U85"
51
51
echo" --etdump Adds Devtools etdump support to track timing and output, etdump area will be base64 encoded in the log"
52
52
echo" --extra_build_flags=<FLAGS> Extra flags to pass to cmake like -DET_ARM_BAREMETAL_METHOD_ALLOCATOR_POOL_SIZE=60000 Default: none "
0 commit comments