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
Make the CI green by not testing Dedicated_Sram for the Ethos-U85
Temporary solution to the problem in pytorch#10958
The arm_executor_runner.cpp need to declare the ethosu_fast_scratch array and
pass it onto to the EthosUBackend.cpp. It is important that for Shared_Sram,
the ethosu_fast_scratch is nullptr and for Dedicated_Sram it points to the
fast memory array.
Change-Id: I808203fb7b9b6e5bece92c4cc5079f22bd802d95
# Temporarily not test inception_v4 on Ethos-U85. To support inception_v4 properly on Ethos-U85, we need to run the model in Dedicated_Sram memory mode with
214
+
# 384KB(or another amount lower than 2MB) of SRAM passed as fast scratch area. The PR adding support for Dedicated_Sram(https://github.com/pytorch/executorch/pull/10714)
215
+
# was reverted due to a change required in an internal variant of the examples/arm/executor_runner/arm_executor_runner.cpp
0 commit comments