![]() |
MaCh3
2.4.2
Reference Guide
|
#include "Manager/gpuUtils.cuh"Go to the source code of this file.
Classes | |
| class | MCMCProcessorGPU |
| Class responsible for performing MCMC Processing with GPU. More... | |
Functions | |
| __global__ void | EvalOnGPU_AutoCorr (const float *__restrict__ ParStep_gpu, const float *__restrict__ ParamSums_gpu, float *NumeratorSum_gpu, float *DenomSum_gpu) |
| Eval autocorrelations based on Box and Jenkins. More... | |
Definition in file gpuMCMCProcessorUtils.cuh.
| __global__ void EvalOnGPU_AutoCorr | ( | const float *__restrict__ | ParStep_gpu, |
| const float *__restrict__ | ParamSums_gpu, | ||
| float * | NumeratorSum_gpu, | ||
| float * | DenomSum_gpu | ||
| ) |
Eval autocorrelations based on Box and Jenkins.
| ParStep_gpu | Parameter value at each step |
| NumeratorSum_gpu | Sum used for nominator of autocorrelation calculations |
| ParamSums_gpu | Overall sum for each parameter over all steps |
| DenomSum_gpu | Sum used for denominator of autocorrelation calculations |
Definition at line 109 of file gpuMCMCProcessorUtils.cu.