"vscode:/vscode.git/clone" did not exist on "c5de7cd88679bc0331185c9cee75e4f68412243d"
Fix invalid call to __host__ function in computeBondedForces
Explicitly cast the second parameter to the type of the first one so the compiler can pick an overload that is supported in device code (fixes error: calling a __host__ function("fmin<float, int, (int)0> ") from a __global__ function("computeBondedForces") is not allowed).
Showing
Please register or sign in to comment