From 6194d43efba30aac90a64676e7770f020e4a5588 Mon Sep 17 00:00:00 2001 From: Cedric Nugteren Date: Thu, 31 Aug 2017 20:34:10 +0200 Subject: Fixed a bug in im2col confusing first and second workgroup size; made im2col kernel 2d instead of 3d --- test/routines/levelx/xim2col.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/routines/levelx/xim2col.hpp') diff --git a/test/routines/levelx/xim2col.hpp b/test/routines/levelx/xim2col.hpp index 59be8156..4124190f 100644 --- a/test/routines/levelx/xim2col.hpp +++ b/test/routines/levelx/xim2col.hpp @@ -173,7 +173,7 @@ StatusCode RunReference(const Arguments &args, BuffersHost &buffers_host) } } } - return StatusCode ::kSuccess; + return StatusCode::kSuccess; } // ================================================================================================= -- cgit v1.2.3