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
I think the python-ness of things has been saving us. But apparently, kokkos kernels are not always blocking on GPU. So they just get sent and then it continues on. Not sure why it's worked so well up to this point. But likely need to be adding fence. Some of the boundary conditions with multiple kernels within the main kernel for sure need them for safety.
The text was updated successfully, but these errors were encountered:
I think the python-ness of things has been saving us. But apparently, kokkos kernels are not always blocking on GPU. So they just get sent and then it continues on. Not sure why it's worked so well up to this point. But likely need to be adding fence. Some of the boundary conditions with multiple kernels within the main kernel for sure need them for safety.
The text was updated successfully, but these errors were encountered: