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