"platforms/vscode:/vscode.git/clone" did not exist on "5cb31cfa1a2b74f60d7d260b1f51ae66cc6837c0"
customIntegratorGlobal.cl 204 Bytes
Newer Older
1
__kernel void computeGlobal(__global mixed2* restrict dt, __global mixed* restrict globals, __global mixed* restrict params,
Peter Eastman's avatar
Peter Eastman committed
2
        float uniform, float gaussian, const real energy) {
3
4
    COMPUTE_STEP
}