Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

need kokkos.fence() #168

Open
kaschau opened this issue Jun 23, 2023 · 0 comments
Open

need kokkos.fence() #168

kaschau opened this issue Jun 23, 2023 · 0 comments

Comments

@kaschau
Copy link
Owner

kaschau commented Jun 23, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant