[EM] CPU implementation for external memory QDM. (#10682)
- A new DMatrix type. - Extract common code into a new QDM base class. Not yet working: - Not exposed to the interface yet, will wait for the GPU implementation. - ~No meta info yet, still working on the source.~ - Exporting data to CSR is not supported yet.
This commit is contained in:
@@ -73,6 +73,9 @@ OBJECTS= \
|
||||
$(PKGROOT)/src/data/gradient_index_format.o \
|
||||
$(PKGROOT)/src/data/sparse_page_dmatrix.o \
|
||||
$(PKGROOT)/src/data/sparse_page_source.o \
|
||||
$(PKGROOT)/src/data/extmem_quantile_dmatrix.o \
|
||||
$(PKGROOT)/src/data/quantile_dmatrix.o \
|
||||
$(PKGROOT)/src/data/batch_utils.o \
|
||||
$(PKGROOT)/src/data/proxy_dmatrix.o \
|
||||
$(PKGROOT)/src/data/iterative_dmatrix.o \
|
||||
$(PKGROOT)/src/predictor/predictor.o \
|
||||
|
||||
@@ -73,6 +73,9 @@ OBJECTS= \
|
||||
$(PKGROOT)/src/data/gradient_index_format.o \
|
||||
$(PKGROOT)/src/data/sparse_page_dmatrix.o \
|
||||
$(PKGROOT)/src/data/sparse_page_source.o \
|
||||
$(PKGROOT)/src/data/extmem_quantile_dmatrix.o \
|
||||
$(PKGROOT)/src/data/quantile_dmatrix.o \
|
||||
$(PKGROOT)/src/data/batch_utils.o \
|
||||
$(PKGROOT)/src/data/proxy_dmatrix.o \
|
||||
$(PKGROOT)/src/data/iterative_dmatrix.o \
|
||||
$(PKGROOT)/src/predictor/predictor.o \
|
||||
|
||||
Reference in New Issue
Block a user