Skip to content

Commit

Permalink
temporary stream sync fix (#268)
Browse files Browse the repository at this point in the history
  • Loading branch information
ntrost57 authored Aug 19, 2024
1 parent 6a8b468 commit bf00bb2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/base/global_matrix.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -949,6 +949,9 @@ namespace rocalution
// Prepare send buffer
in.vector_interior_.GetIndexValues(this->halo_, &this->send_buffer_);

// Synchronize default stream
_rocalution_sync_default();

// Change to compute mode ghost
_rocalution_compute_ghost();

Expand Down

0 comments on commit bf00bb2

Please sign in to comment.