Skip to content

Commit

Permalink
[backport] Sync stream in ellpack format. (dmlc#10374)
Browse files Browse the repository at this point in the history
  • Loading branch information
trivialfis committed Jun 5, 2024
1 parent eed3b3e commit 0807a26
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/data/ellpack_page_raw_format.cu
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ class EllpackPageRawFormat : public SparsePageFormat<EllpackPage> {
if (!fi->Read(&impl->base_rowid)) {
return false;
}
dh::DefaultStream().Sync();
return true;
}

Expand Down

0 comments on commit 0807a26

Please sign in to comment.