aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/core/NEON/kernels/arm_gemm/gemm_interleaved.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/NEON/kernels/arm_gemm/gemm_interleaved.hpp b/src/core/NEON/kernels/arm_gemm/gemm_interleaved.hpp
index 442739b55e..c2fd0b0e8c 100644
--- a/src/core/NEON/kernels/arm_gemm/gemm_interleaved.hpp
+++ b/src/core/NEON/kernels/arm_gemm/gemm_interleaved.hpp
@@ -818,8 +818,8 @@ public:
(last_pass ? _act : Activation()), !first_pass,
// Pass in quantization parameters for requantizing kernels (others will ignore)
_os, col_bias + (multi * _Nsize),
- // Accumulation buffer (not yet implemented on this path)
- static_cast<Tab *>(nullptr));
+ // Accumulation buffer
+ get_accumulation_buffer(start_row, start_x, batch, multi));
/* Increment to the next block */
start_row += strategy::out_height();