diff --git a/nvcc_src_current/saparams.h b/nvcc_src_current/saparams.h index 9467237..eeb650c 100644 --- a/nvcc_src_current/saparams.h +++ b/nvcc_src_current/saparams.h @@ -12,7 +12,7 @@ *****************************************************************************/ /* maximum size of tableaux / distance matrices that can be read */ -#define MAXDIM 97 +#define MAXDIM 111 /* maximum size of tableaux / distance matrices handled by GPU (shared mem) */ #define MAXDIM_GPU 96 /* TODO conditional compilation for this */