From f8b9e23499b0bad6830ef5c8724ecb3bab170719 Mon Sep 17 00:00:00 2001 From: dkazanc Date: Thu, 5 Dec 2019 15:35:01 +0000 Subject: minor fix to GPU gridblocks --- src/Core/regularisers_GPU/TV_PD_GPU_core.cu | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Core/regularisers_GPU/TV_PD_GPU_core.cu b/src/Core/regularisers_GPU/TV_PD_GPU_core.cu index 59fda3b..e57020a 100644 --- a/src/Core/regularisers_GPU/TV_PD_GPU_core.cu +++ b/src/Core/regularisers_GPU/TV_PD_GPU_core.cu @@ -42,8 +42,8 @@ limitations under the License. * [1] Antonin Chambolle, Thomas Pock. "A First-Order Primal-Dual Algorithm for Convex Problems with Applications to Imaging", 2010 */ -#define BLKXSIZE2D 16 -#define BLKYSIZE2D 16 +#define BLKXSIZE2D 8 +#define BLKYSIZE2D 8 #define BLKXSIZE 8 #define BLKYSIZE 8 -- cgit v1.2.1