summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordkazanc <dkazanc@hotmail.com>2019-12-05 15:35:01 +0000
committerdkazanc <dkazanc@hotmail.com>2019-12-05 15:35:01 +0000
commitf8b9e23499b0bad6830ef5c8724ecb3bab170719 (patch)
tree9fda89f7f8ec29ed0a1821b3b68a4aae82ab5b49
parent33ee243a2cb5704d7f961cad8ec2c45ebfe23df2 (diff)
downloadregularization-f8b9e23499b0bad6830ef5c8724ecb3bab170719.tar.gz
regularization-f8b9e23499b0bad6830ef5c8724ecb3bab170719.tar.bz2
regularization-f8b9e23499b0bad6830ef5c8724ecb3bab170719.tar.xz
regularization-f8b9e23499b0bad6830ef5c8724ecb3bab170719.zip
minor fix to GPU gridblocks
-rw-r--r--src/Core/regularisers_GPU/TV_PD_GPU_core.cu4
1 files 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