From 604afc059c546b3c060a814f15798019cfb7a3de Mon Sep 17 00:00:00 2001 From: Georgios Pinitas Date: Tue, 6 Feb 2018 13:04:33 +0000 Subject: COMPMID-894: Segfault: neon_cnn on S5 neo Removed double managment of the same tensor object Change-Id: Ibc74cd8c7bd199cd473ff68f692840cbf01b27b3 Reviewed-on: https://eu-gerrit-1.euhpc.arm.com/119119 Tested-by: Jenkins Reviewed-by: Isabella Gottardi --- src/runtime/NEON/functions/NEConvolutionLayer.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/runtime/NEON/functions/NEConvolutionLayer.cpp') diff --git a/src/runtime/NEON/functions/NEConvolutionLayer.cpp b/src/runtime/NEON/functions/NEConvolutionLayer.cpp index 0f00f74fae..c6f99782ec 100644 --- a/src/runtime/NEON/functions/NEConvolutionLayer.cpp +++ b/src/runtime/NEON/functions/NEConvolutionLayer.cpp @@ -414,7 +414,6 @@ void NEConvolutionLayer::configure(const ITensor *input, const ITensor *weights, if(_is_interleaved_transposed) { // Configure GEMMInterleave4x4. _input_interleaved_reshaped will be auto configured in the kernel - _memory_group.manage(&_input_interleaved_reshaped); _input_interleave_kernel.configure(&_input_im2col_reshaped, &_input_interleaved_reshaped); // Configure GEMM -- cgit v1.2.1