From 0221456ada9cf16a7c962d521e6b7ee752e718ec Mon Sep 17 00:00:00 2001 From: Moises Fernandez <moisesf@fmrib.ox.ac.uk> Date: Fri, 10 May 2013 13:29:32 +0000 Subject: [PATCH] Define a better size for each subpart --- xfibres_gpu.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xfibres_gpu.cc b/xfibres_gpu.cc index 717e183..7a4e852 100644 --- a/xfibres_gpu.cc +++ b/xfibres_gpu.cc @@ -15,7 +15,7 @@ #include <sys/time.h> #include "CUDA/init_gpu.h" -#define SIZE_SUB_PART 9000 +#define SIZE_SUB_PART 12800 //16 SM * 800 using namespace Xfibres; -- GitLab