Remove gpu_exact tree method (#4742)

This commit is contained in:
Rong Ou
2019-08-06 16:43:20 -07:00
committed by Rory Mitchell
parent 2a4df8e29f
commit 851b5b3808
16 changed files with 36 additions and 971 deletions

View File

@@ -75,9 +75,3 @@ CUB_PATH ?= cub
# you can also add your own plugin like this
#
# XGB_PLUGINS += plugin/example/plugin.mk
# plugin to build tree on GPUs using CUDA
PLUGIN_UPDATER_GPU ?= OFF
ifeq ($(PLUGIN_UPDATER_GPU),ON)
XGB_PLUGINS += plugin/updater_gpu/plugin.mk
endif