We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7482161 commit 116eaf2Copy full SHA for 116eaf2
backends/arm/runtime/EthosUBackend.cpp
@@ -309,11 +309,9 @@ class EthosUBackend final : public ::executorch::runtime::BackendInterface {
309
static_cast<uint64_t>(
310
reinterpret_cast<uintptr_t>((handles.weight_data))),
311
static_cast<uint64_t>(reinterpret_cast<uintptr_t>(ethosu_scratch)),
312
- nullptr};
313
- size_t bases_size[ETHOSU_NUM_BASE_ADDRS] = {
314
- handles.weight_data_size,
315
- handles.scratch_data_size,
316
0};
+ size_t bases_size[ETHOSU_NUM_BASE_ADDRS] = {
+ handles.weight_data_size, handles.scratch_data_size, 0};
317
int result = 0;
318
EXECUTORCH_PROF_START(
319
event_tracer, event_tracer_local_scope, "+EthosUBackend::execute()NPU");
0 commit comments