Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lisaclaus committed Aug 23, 2023
1 parent d100713 commit 26e0b71
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/BLR/BLRMatrixMPI.GPU.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -288,6 +288,7 @@ namespace strumpack {
Tij.emplace_back(new DenseTile<scalar_t>(dD));
}
}
workspace.restore(dbytes);
} else { //NOT gpu_aware_mpi
auto ptr = pinned;
if (grid()->is_local_col(j)) {
Expand Down

0 comments on commit 26e0b71

Please sign in to comment.