SIGN IN SIGN UP

Arm backend: Make the CI green by not testing Dedicated_Sram for the Ethos-U85 (#10973)

Temporary solution to the problem in
https://github.com/pytorch/executorch/pull/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.
G
George Gekov committed
9aedbeb7a98e5fa1ccc625d82cfabd14bebd874a
Parent: b2f9ef9
Committed by GitHub <noreply@github.com> on 5/19/2025, 8:31:45 PM