aboutsummaryrefslogtreecommitdiff
path: root/ethosu/vela/npu_performance.py
diff options
context:
space:
mode:
Diffstat (limited to 'ethosu/vela/npu_performance.py')
-rw-r--r--ethosu/vela/npu_performance.py13
1 files changed, 1 insertions, 12 deletions
diff --git a/ethosu/vela/npu_performance.py b/ethosu/vela/npu_performance.py
index 08967f49..0b8e0a67 100644
--- a/ethosu/vela/npu_performance.py
+++ b/ethosu/vela/npu_performance.py
@@ -629,18 +629,7 @@ def estimate_full_op_performance(
bws[src_tensor.mem_area][lut_tensor.purpose][BandwidthDirection.Read] += bw
# LUT read from SHRAM TODO remove?
- scaled_bws[lut_tensor.mem_area][lut_tensor.purpose][
- BandwidthDirection.Read
- ] += _estimate_memory_transfer_efficiency(
- arch,
- True,
- lut_tensor.mem_area,
- lut_tensor.format,
- lut_tensor.element_size(),
- query.config.ifm_block,
- Shape4D(lut_tensor.shape),
- bw,
- )
+ scaled_bws[lut_tensor.mem_area][lut_tensor.purpose][BandwidthDirection.Read] += bw
if cost.npu_weights_tensor and cost.buffered_weight_tensor:
# DMA Weight Transfer