customIntegratorGlobal.cl 223 Bytes
Newer Older
1
2
__kernel void computeGlobal(__global mixed2* restrict dt, __global mixed* restrict globals, __global mixed* restrict params,
        float uniform, float gaussian, __global const real* restrict energy) {
3
4
    COMPUTE_STEP
}