Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
1505: use blocking synchronize to reduce poll waiting r=simonbyrne a=simonbyrne Uses a blocking synchronize to synchronize GPU stream with CUDA. This appears to reduce time spent in `poll_wait` between threads (see https://buildkite.com/clima/climaatmos-target-gpu-simulations/builds/114) - [ ] Code follows the [style guidelines](https://clima.github.io/ClimateMachine.jl/latest/DevDocs/CodeStyle/) OR N/A. - [ ] Unit tests are included OR N/A. - [ ] Code is exercised in an integration test OR N/A. - [ ] Documentation has been added/updated OR N/A. Co-authored-by: Simon Byrne <[email protected]>
- Loading branch information