customIntegratorGlobal.cu 216 Bytes
Newer Older
1
extern "C" __global__ void computeGlobal(mixed2* __restrict__ dt, mixed* __restrict__ globals, mixed* __restrict__ params,
2
3
4
        float uniform, float gaussian, const real* __restrict__ energy) {
    COMPUTE_STEP
}