Building android-nn-driver failed
authorManuel Bottini <manuel.bottini@arm.com>
Thu, 11 Feb 2021 12:34:47 +0000 (12:34 +0000)
committerManuel Bottini <manuel.bottini@arm.com>
Thu, 11 Feb 2021 17:14:13 +0000 (17:14 +0000)
Properly include CLGEMMHelpers

Resolves: COMPMID-4255

Change-Id: I06f0da8b7b51e5abdff1eb883a5dae4138a68f89
Signed-off-by: Manuel Bottini <manuel.bottini@arm.com>
Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/5054
Reviewed-by: Pablo Marquez Tello <pablo.tello@arm.com>
Comments-Addressed: Arm Jenkins <bsgcomp@arm.com>
Tested-by: Arm Jenkins <bsgcomp@arm.com>
src/runtime/CL/gemm_auto_heuristics/CLGEMMAutoHeuristics.cpp

index ef160d1186bbbf5157891c12841582602215e02d..45a63980cac27aa0ef90f6c0d62b74bc3f0c58b3 100644 (file)
@@ -28,7 +28,7 @@
 #include "arm_compute/runtime/CL/CLScheduler.h"
 #include "arm_compute/runtime/CL/ICLGEMMKernelSelection.h"
 #include "src/core/CL/ICLGEMMKernelConfiguration.h"
-#include "src/core/CL/gemm/CLGEMMHelpers.cpp"
+#include "src/core/CL/gemm/CLGEMMHelpers.h"
 #include "src/core/CL/gemm/native/CLGEMMNativeKernelConfiguration.h"
 #include "src/core/CL/gemm/reshaped/CLGEMMReshapedKernelConfiguration.h"
 #include "src/core/CL/gemm/reshaped_only_rhs/CLGEMMReshapedOnlyRHSKernelConfiguration.h"