Wide dataset quantile performance improvement (#5306)

This commit is contained in:
Rory Mitchell
2020-02-16 10:24:42 +13:00
committed by GitHub
parent ed2465cce4
commit 7e32af5c21
4 changed files with 23 additions and 8 deletions

View File

@@ -148,7 +148,7 @@ class GPUSketcher {
this->SketchBatch(batch, info);
}
hmat->Init(&sketch_container_->sketches_, max_bin_);
hmat->Init(&sketch_container_->sketches_, max_bin_, info.num_row_);
return row_stride_;
}