From a518f3009a921d1aa21953bc72f8ce00a69af050 Mon Sep 17 00:00:00 2001 From: Pablo Tello Date: Wed, 19 Sep 2018 11:33:03 +0100 Subject: COMPMID-1773: Replaced Gemm wrapper for NEGEMM in NEWinograd Change-Id: I68c648a5246fcdc67a496602089f93d65eb1d601 --- arm_compute/runtime/NEON/functions/NEWinogradConvolutionLayer.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'arm_compute/runtime/NEON/functions/NEWinogradConvolutionLayer.h') diff --git a/arm_compute/runtime/NEON/functions/NEWinogradConvolutionLayer.h b/arm_compute/runtime/NEON/functions/NEWinogradConvolutionLayer.h index 5da63311e0..292c70b87c 100644 --- a/arm_compute/runtime/NEON/functions/NEWinogradConvolutionLayer.h +++ b/arm_compute/runtime/NEON/functions/NEWinogradConvolutionLayer.h @@ -31,7 +31,8 @@ #include "arm_compute/runtime/CPP/functions/CPPPermute.h" #include "arm_compute/runtime/MemoryGroup.h" #include "arm_compute/runtime/NEON/functions/NEActivationLayer.h" -#include "arm_compute/runtime/NEON/functions/NEGEMMAssemblyDispatch.h" +#include "arm_compute/runtime/NEON/functions/NEGEMM.h" + #include "arm_compute/runtime/Tensor.h" #include @@ -103,7 +104,7 @@ public: private: MemoryGroup _memory_group; - NEGEMMAssemblyDispatch _asm_glue; + NEGEMM _gemm_function; std::unique_ptr _transform_input_kernel; std::unique_ptr _transform_output_kernel; std::unique_ptr _transform_weights_kernel; -- cgit v1.2.1