aboutsummaryrefslogtreecommitdiff
path: root/ethosu/vela/compiler_driver.py
diff options
context:
space:
mode:
Diffstat (limited to 'ethosu/vela/compiler_driver.py')
-rw-r--r--ethosu/vela/compiler_driver.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/ethosu/vela/compiler_driver.py b/ethosu/vela/compiler_driver.py
index 1d7521b..9263305 100644
--- a/ethosu/vela/compiler_driver.py
+++ b/ethosu/vela/compiler_driver.py
@@ -194,7 +194,6 @@ def compiler_driver(nng, arch, options, scheduler_options):
arch,
permanent_storage,
set((MemType.Permanent_NPU,)),
- use_ifm_ofm_overlap=scheduler_options.use_ifm_ofm_overlap,
tensor_allocator=TensorAllocator.LinearAlloc,
verbose_allocation=options.verbose_allocation,
show_minimum_possible_allocation=options.show_minimum_possible_allocation,
@@ -232,7 +231,6 @@ def compiler_driver(nng, arch, options, scheduler_options):
arch,
mem_area,
mem_type_set,
- use_ifm_ofm_overlap=scheduler_options.use_ifm_ofm_overlap,
tensor_allocator=options.tensor_allocator,
verbose_allocation=options.verbose_allocation,
show_minimum_possible_allocation=options.show_minimum_possible_allocation,
@@ -259,7 +257,6 @@ def compiler_driver(nng, arch, options, scheduler_options):
mem_type_set,
max_size=arch.sram_size,
dry_test=dry_test,
- use_ifm_ofm_overlap=scheduler_options.use_ifm_ofm_overlap,
tensor_allocator=options.tensor_allocator,
verbose_allocation=options.verbose_allocation,
show_minimum_possible_allocation=options.show_minimum_possible_allocation,
@@ -305,7 +302,6 @@ def compiler_driver(nng, arch, options, scheduler_options):
arch,
permanent_storage,
set((MemType.Permanent_CPU,)),
- use_ifm_ofm_overlap=scheduler_options.use_ifm_ofm_overlap,
tensor_allocator=TensorAllocator.LinearAlloc,
verbose_allocation=options.verbose_allocation,
show_minimum_possible_allocation=options.show_minimum_possible_allocation,