/dports/misc/py-xgboost/xgboost-1.5.1/tests/cpp/common/ |
H A D | test_hist_util.cu | 35 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 D | test_hist_util.cu | 35 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 D | sparse_page_dmatrix.cu | 23 common::DeviceSketch(param.gpu_id, this, param.max_bin, 0)}); in GetEllpackBatches()
|
H A D | ellpack_page.cu | 115 cuts_ = common::DeviceSketch(param.gpu_id, dmat, param.max_bin); in EllpackPageImpl()
|
/dports/misc/xgboost/xgboost-1.5.1/src/data/ |
H A D | sparse_page_dmatrix.cu | 23 common::DeviceSketch(param.gpu_id, this, param.max_bin, 0)}); in GetEllpackBatches()
|
H A D | ellpack_page.cu | 115 cuts_ = common::DeviceSketch(param.gpu_id, dmat, param.max_bin); in EllpackPageImpl()
|
/dports/misc/py-xgboost/xgboost-1.5.1/src/common/ |
H A D | hist_util.cuh | 136 HistogramCuts DeviceSketch(int device, DMatrix* dmat, int max_bins,
|
H A D | hist_util.cu | 297 HistogramCuts DeviceSketch(int device, DMatrix* dmat, int max_bins, in DeviceSketch() function
|
/dports/misc/xgboost/xgboost-1.5.1/src/common/ |
H A D | hist_util.cuh | 136 HistogramCuts DeviceSketch(int device, DMatrix* dmat, int max_bins,
|
H A D | hist_util.cu | 297 HistogramCuts DeviceSketch(int device, DMatrix* dmat, int max_bins, in DeviceSketch() function
|