We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Kernels are continuing past the barrier execution. Easily reproducible with Jimmy's boltzmann app (or the timestepping synthetic graph).
The text was updated successfully, but these errors were encountered:
Event synchronize is called correctly before the barrier is marked as complete.
parla-experimental/src/c/backend/include/runtime.hpp
Lines 443 to 449 in 8d2326b
Need to check if event synchronize synchronizes on cross-stream events? It should.
Sorry, something went wrong.
Confirmed that Python runahead works correctly (and gets Jimmy's code to scale better). This is likely a wrong stream or event reference being passed?
wlruys
No branches or pull requests
Kernels are continuing past the barrier execution.
Easily reproducible with Jimmy's boltzmann app (or the timestepping synthetic graph).
The text was updated successfully, but these errors were encountered: