From 804eef94444c1135a8a57790df4f81e280a5b7c6 Mon Sep 17 00:00:00 2001 From: Moises Fernandez <moisesf@fmrib.ox.ac.uk> Date: Thu, 28 Feb 2013 15:18:42 +0000 Subject: [PATCH] make faster mix parameters after repeat a vox because f0 --- CUDA/xfibres_gpu.cuh | 1 + 1 file changed, 1 insertion(+) diff --git a/CUDA/xfibres_gpu.cuh b/CUDA/xfibres_gpu.cuh index 08c6a24..9cdf868 100644 --- a/CUDA/xfibres_gpu.cuh +++ b/CUDA/xfibres_gpu.cuh @@ -71,6 +71,7 @@ void mix_params( //INPUT thrust::device_vector<double> params_repeat_gpu, thrust::host_vector<int> vox_repeat, int nrepeat, + int nvox, //INPUT-OUTPUT thrust::device_vector<double>& params_gpu); -- GitLab