From 347095f7d1e45bbecc126c6a1d7060e2463854ab Mon Sep 17 00:00:00 2001 From: Moises Fernandez <moisesf@fmrib.ox.ac.uk> Date: Thu, 11 Apr 2013 16:02:29 +0000 Subject: [PATCH] Changed to divide in subparts the jobs --- CUDA/xfibres_gpu.h | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/CUDA/xfibres_gpu.h b/CUDA/xfibres_gpu.h index 6089189..043ade6 100644 --- a/CUDA/xfibres_gpu.h +++ b/CUDA/xfibres_gpu.h @@ -10,16 +10,14 @@ #include "newimage/newimageall.h" #include <string> -int xfibres_gpu(char *subjdir,int slice, int nextras, char** extras); +//int xfibres_gpu(char *subjdir,int slice, int nextras, char** extras); + +void join_subParts(string name, int size_part, int nsubparts, int size_sub_part, int last_sub_part, bool mean); void xfibres_gpu( //INPUT const NEWMAT::Matrix datam, const NEWMAT::Matrix bvals, const NEWMAT::Matrix bvecs, const NEWMAT::Matrix gradm, - const NEWIMAGE::volume<int> vol2matrixkey, - const NEWMAT::Matrix matrix2volkey, - const NEWIMAGE::volume<float> mask, - const int slice, - const char* subjdir); + int idpart); -- GitLab