Skip to content
Snippets Groups Projects
Commit 816b3031 authored by Moises Fernandez's avatar Moises Fernandez
Browse files

Changed to have a compiled version. Don't need to compile each run time

parent 17d8d4bc
No related branches found
No related tags found
No related merge requests found
...@@ -17,7 +17,7 @@ void init_Fibres_Multifibres( //INPUT ...@@ -17,7 +17,7 @@ void init_Fibres_Multifibres( //INPUT
thrust::device_vector<double> bvals_gpu, thrust::device_vector<double> bvals_gpu,
thrust::device_vector<double> alpha_gpu, thrust::device_vector<double> alpha_gpu,
thrust::device_vector<double> beta_gpu, thrust::device_vector<double> beta_gpu,
string output_file, const int ndirections,
//OUTPUT //OUTPUT
thrust::device_vector<FibreGPU>& fibres_gpu, thrust::device_vector<FibreGPU>& fibres_gpu,
thrust::device_vector<MultifibreGPU>& multifibres_gpu, thrust::device_vector<MultifibreGPU>& multifibres_gpu,
...@@ -29,8 +29,8 @@ void runmcmc_burnin( //INPUT ...@@ -29,8 +29,8 @@ void runmcmc_burnin( //INPUT
thrust::device_vector<double> bvals_gpu, thrust::device_vector<double> bvals_gpu,
thrust::device_vector<double> alpha_gpu, thrust::device_vector<double> alpha_gpu,
thrust::device_vector<double> beta_gpu, thrust::device_vector<double> beta_gpu,
const int ndirections,
double seed, double seed,
string output_file,
//INPUT-OUTPUT //INPUT-OUTPUT
thrust::device_vector<FibreGPU>& fibres_gpu, thrust::device_vector<FibreGPU>& fibres_gpu,
thrust::device_vector<MultifibreGPU>& multifibres_gpu, thrust::device_vector<MultifibreGPU>& multifibres_gpu,
...@@ -47,8 +47,8 @@ void runmcmc_record( //INPUT ...@@ -47,8 +47,8 @@ void runmcmc_record( //INPUT
thrust::device_vector<MultifibreGPU> multifibres_gpu, thrust::device_vector<MultifibreGPU> multifibres_gpu,
thrust::device_vector<double> signals_gpu, thrust::device_vector<double> signals_gpu,
thrust::device_vector<double> isosignals_gpu, thrust::device_vector<double> isosignals_gpu,
const int ndirections,
double seed, double seed,
string output_file,
//OUTPUT //OUTPUT
thrust::device_vector<int>& multirecords_gpu, thrust::device_vector<int>& multirecords_gpu,
thrust::device_vector<float>& rf0_gpu, thrust::device_vector<float>& rf0_gpu,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment