From ca1f460ec33e84b9df84e29de3c3b733e6042b9c Mon Sep 17 00:00:00 2001 From: Gian Marco Iodice Date: Tue, 16 Jul 2019 15:46:48 +0100 Subject: COMPMID-1979: Fuse Activation Function in CLGEMM - part 2 Fuse activation function in: CLGEMMMatrixMultiplyNativeKernel CLGEMMMatrixMultiplyReshapedKernel CLGEMMMatrixMultiplyReshapedOnlyRHSKernel Change-Id: I033ace2bdc58903594c9f31175e4b23c4b559f6f Signed-off-by: Gian Marco Iodice Reviewed-on: https://review.mlplatform.org/c/1565 Reviewed-by: Michele Di Giorgio Comments-Addressed: Arm Jenkins Tested-by: Arm Jenkins Reviewed-by: Giuseppe Rossini --- examples/neon_permute.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples') diff --git a/examples/neon_permute.cpp b/examples/neon_permute.cpp index e2030b7ddc..05c8169020 100644 --- a/examples/neon_permute.cpp +++ b/examples/neon_permute.cpp @@ -75,7 +75,7 @@ public: tensor_nchw.print(std::cout); std::cout << "Tensor NHWC" << std::endl; tensor_nhwc.print(std::cout); -#endif +#endif // ARM_COMPUTE_DEBUG_ENABLED } private: -- cgit v1.2.1