Move device dmatrix construction code into ellpack. (#5623)

This commit is contained in:
Jiaming Yuan
2020-05-06 19:43:59 +08:00
committed by GitHub
parent 33e052b1e5
commit 67d267f9da
7 changed files with 261 additions and 240 deletions

View File

@@ -351,6 +351,8 @@ class EllpackPage {
/*! \brief Destructor. */
~EllpackPage();
EllpackPage(EllpackPage&& that);
/*! \return Number of instances in the page. */
size_t Size() const;