From bf00bb2e134d1a5102f6994c4be7a5d8dc3568c1 Mon Sep 17 00:00:00 2001 From: Nico <31079890+ntrost57@users.noreply.github.com> Date: Mon, 19 Aug 2024 10:20:24 +0200 Subject: [PATCH] temporary stream sync fix (#268) --- src/base/global_matrix.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/base/global_matrix.cpp b/src/base/global_matrix.cpp index 6cf5e282..32fc78ea 100644 --- a/src/base/global_matrix.cpp +++ b/src/base/global_matrix.cpp @@ -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();