[EM] Add GPU version of the external memory QDM. (#10689)
This commit is contained in:
@@ -641,7 +641,7 @@ class DMatrix {
|
||||
typename XGDMatrixCallbackNext>
|
||||
static DMatrix* Create(DataIterHandle iter, DMatrixHandle proxy, std::shared_ptr<DMatrix> ref,
|
||||
DataIterResetCallback* reset, XGDMatrixCallbackNext* next, float missing,
|
||||
std::int32_t nthread, bst_bin_t max_bin, std::string cache);
|
||||
std::int32_t nthread, bst_bin_t max_bin, std::string cache, bool on_host);
|
||||
|
||||
virtual DMatrix *Slice(common::Span<int32_t const> ridxs) = 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user