aboutsummaryrefslogtreecommitdiff
path: root/src/core/GLES_COMPUTE/cs_shaders/direct_convolution1x1.cs
diff options
context:
space:
mode:
authorJoel Liang <joel.liang@arm.com>2018-01-02 14:05:06 +0800
committerAnthony Barbier <anthony.barbier@arm.com>2018-11-02 16:42:33 +0000
commit6387543b0ad0fbfa77d988437b4ad159803de7c3 (patch)
treec13935859f16d6f2e3e9855937cb1be38e8742ea /src/core/GLES_COMPUTE/cs_shaders/direct_convolution1x1.cs
parent19e9142604edce6efbf117181578f8f408008134 (diff)
downloadComputeLibrary-6387543b0ad0fbfa77d988437b4ad159803de7c3.tar.gz
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 <bsgcomp@arm.com> Reviewed-by: Zhenglin Li <zhenglin.li@arm.com> Reviewed-by: Pablo Tello <pablo.tello@arm.com> Reviewed-by: Anthony Barbier <anthony.barbier@arm.com>
Diffstat (limited to 'src/core/GLES_COMPUTE/cs_shaders/direct_convolution1x1.cs')
-rw-r--r--src/core/GLES_COMPUTE/cs_shaders/direct_convolution1x1.cs2
1 files changed, 1 insertions, 1 deletions
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 */