From 6387543b0ad0fbfa77d988437b4ad159803de7c3 Mon Sep 17 00:00:00 2001 From: Joel Liang Date: Tue, 2 Jan 2018 14:05:06 +0800 Subject: APPBROWSER-371: Rewrite the direct_convolution3x3.cs with the new common code Change-Id: I82a3ec133193433ba9ed3efcb49c51a2b95b16c0 Reviewed-on: https://eu-gerrit-1.euhpc.arm.com/114962 Tested-by: Jenkins Reviewed-by: Zhenglin Li Reviewed-by: Pablo Tello Reviewed-by: Anthony Barbier --- src/core/GLES_COMPUTE/cs_shaders/direct_convolution1x1.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core/GLES_COMPUTE/cs_shaders/direct_convolution1x1.cs') diff --git a/src/core/GLES_COMPUTE/cs_shaders/direct_convolution1x1.cs b/src/core/GLES_COMPUTE/cs_shaders/direct_convolution1x1.cs index 190d7d6f7c..ea4e9c18e2 100644 --- a/src/core/GLES_COMPUTE/cs_shaders/direct_convolution1x1.cs +++ b/src/core/GLES_COMPUTE/cs_shaders/direct_convolution1x1.cs @@ -1005,6 +1005,6 @@ void main() STORE_PACK8_HALF(dst_ptr, TENSOR3D_OFFSET(dst_iter, 0, 1, 0), pixels1); } #endif /* PROCESS_4X_1Y_1Z */ -#else /* DATA_TYPE_F32 */ +#else /* DATA_TYPE_FP32 */ #error Data type not supported #endif /* DATA_TYPE_FP32 */ -- cgit v1.2.1