diff --git a/GPy/kern/_src/stationary_utils.c b/GPy/kern/_src/stationary_utils.c index abc20820..2ebeae3c 100644 --- a/GPy/kern/_src/stationary_utils.c +++ b/GPy/kern/_src/stationary_utils.c @@ -1,19 +1,20 @@ void _grad_X(int N, int D, int M, double* X, double* X2, double* tmp, double* grad){ -int n,m,d; double retnd; -//#pragma omp parallel for private(n,d, retnd, m) -for(d=0;d