We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7667d86 commit 7e94cbfCopy full SHA for 7e94cbf
src/data/ellpack_page_raw_format.cu
@@ -36,6 +36,7 @@ class EllpackPageRawFormat : public SparsePageFormat<EllpackPage> {
36
if (!fi->Read(&impl->base_rowid)) {
37
return false;
38
}
39
+ dh::DefaultStream().Sync();
40
return true;
41
42
0 commit comments