Skip to content

Commit 7e94cbf

Browse files
authored
[backport] Sync stream in ellpack format. (dmlc#10374) (dmlc#10391)
1 parent 7667d86 commit 7e94cbf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/data/ellpack_page_raw_format.cu

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ class EllpackPageRawFormat : public SparsePageFormat<EllpackPage> {
3636
if (!fi->Read(&impl->base_rowid)) {
3737
return false;
3838
}
39+
dh::DefaultStream().Sync();
3940
return true;
4041
}
4142

0 commit comments

Comments
 (0)