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

Avoid Static Declaration of arrays (moved to shared or Global Memory)

parent 0e586c95
No related branches found
No related tags found
No related merge requests found
#define MAXNFIBRES 4
#define MAXNPARAMS 16
//MAXNFIBRES*3 + S0 + d + d_std + f0 = 16
//rician only in runmcmc and doesn't use MAXNPARAMS
#define MAXNDIR 640
//640 gradient directions
#define THREADS_BLOCK_MCMC 64 #define THREADS_BLOCK_MCMC 64
#define THREADS_BLOCK_FIT 64 #define THREADS_BLOCK_FIT 64
#define MAXNDIRS_PER_THREAD 10
//MAXNDIR/THREADS_BLOCK_MCMC
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