Skip to content

Commit

Permalink
Sync stream in ellpack format. (#10374)
Browse files Browse the repository at this point in the history
  • Loading branch information
trivialfis committed Jun 4, 2024
1 parent c4ec64d commit 0808e50
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 0808e50

Please sign in to comment.