You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The CaKernel gpu_cuda_dc/3dblock2 templates expect the stencil to stay within the grid. For the faces for which EXTERIOR is set to 1 the corresponding stencil must be zero. Currently Kranc will set all EXTERIOR faces to 1 if any face's stencil is zero. In this bug set all EXTERIOR faces to 1 if explicitly requested or if all stencil faces are zero.
I've checked this in as commit 0b64827 in a private Chemora branch.
The text was updated successfully, but these errors were encountered:
The CaKernel gpu_cuda_dc/3dblock2 templates expect the stencil to stay within the grid. For the faces for which EXTERIOR is set to 1 the corresponding stencil must be zero. Currently Kranc will set all EXTERIOR faces to 1 if any face's stencil is zero. In this bug set all EXTERIOR faces to 1 if explicitly requested or if all stencil faces are zero.
I've checked this in as commit 0b64827 in a private Chemora branch.
The text was updated successfully, but these errors were encountered: