Home
last modified time | relevance | path

Searched refs:DeviceSketch (Results 1 – 10 of 10) sorted by relevance

/dports/misc/py-xgboost/xgboost-1.5.1/tests/cpp/common/
H A Dtest_hist_util.cu35 TEST(HistUtil, DeviceSketch) { in TEST() argument
42 auto device_cuts = DeviceSketch(0, dmat.get(), num_bins); in TEST()
75 auto device_cuts = DeviceSketch(0, dmat.get(), num_bins); in TEST()
126 auto cuts = DeviceSketch(0, dmat.get(), num_bins); in TEST()
161 auto cuts = DeviceSketch(0, m.get(), 64); in TestMixedSketch()
177 auto cuts = DeviceSketch(0, dmat.get(), num_bins); in TEST()
192 auto cuts = DeviceSketch(0, dmat.get(), num_bins); in TEST()
210 auto cuts = DeviceSketch(0, dmat.get(), num_bins); in TEST()
238 auto cuts = DeviceSketch(0, dmat.get(), num_bins, 0); in TEST()
258 auto cuts = DeviceSketch(0, dmat.get(), num_bins); in TEST()
[all …]
/dports/misc/xgboost/xgboost-1.5.1/tests/cpp/common/
H A Dtest_hist_util.cu35 TEST(HistUtil, DeviceSketch) { in TEST() argument
42 auto device_cuts = DeviceSketch(0, dmat.get(), num_bins); in TEST()
75 auto device_cuts = DeviceSketch(0, dmat.get(), num_bins); in TEST()
126 auto cuts = DeviceSketch(0, dmat.get(), num_bins); in TEST()
161 auto cuts = DeviceSketch(0, m.get(), 64); in TestMixedSketch()
177 auto cuts = DeviceSketch(0, dmat.get(), num_bins); in TEST()
192 auto cuts = DeviceSketch(0, dmat.get(), num_bins); in TEST()
210 auto cuts = DeviceSketch(0, dmat.get(), num_bins); in TEST()
238 auto cuts = DeviceSketch(0, dmat.get(), num_bins, 0); in TEST()
258 auto cuts = DeviceSketch(0, dmat.get(), num_bins); in TEST()
[all …]
/dports/misc/py-xgboost/xgboost-1.5.1/src/data/
H A Dsparse_page_dmatrix.cu23 common::DeviceSketch(param.gpu_id, this, param.max_bin, 0)}); in GetEllpackBatches()
H A Dellpack_page.cu115 cuts_ = common::DeviceSketch(param.gpu_id, dmat, param.max_bin); in EllpackPageImpl()
/dports/misc/xgboost/xgboost-1.5.1/src/data/
H A Dsparse_page_dmatrix.cu23 common::DeviceSketch(param.gpu_id, this, param.max_bin, 0)}); in GetEllpackBatches()
H A Dellpack_page.cu115 cuts_ = common::DeviceSketch(param.gpu_id, dmat, param.max_bin); in EllpackPageImpl()
/dports/misc/py-xgboost/xgboost-1.5.1/src/common/
H A Dhist_util.cuh136 HistogramCuts DeviceSketch(int device, DMatrix* dmat, int max_bins,
H A Dhist_util.cu297 HistogramCuts DeviceSketch(int device, DMatrix* dmat, int max_bins, in DeviceSketch() function
/dports/misc/xgboost/xgboost-1.5.1/src/common/
H A Dhist_util.cuh136 HistogramCuts DeviceSketch(int device, DMatrix* dmat, int max_bins,
H A Dhist_util.cu297 HistogramCuts DeviceSketch(int device, DMatrix* dmat, int max_bins, in DeviceSketch() function