Update gpu_hist algorithm (#2901)

This commit is contained in:
Rory Mitchell
2017-11-27 13:44:24 +13:00
committed by GitHub
parent 24f527a1c0
commit c55f14668e
7 changed files with 771 additions and 1751 deletions

View File

@@ -8,7 +8,7 @@
#include "gtest/gtest.h"
#include "../../../src/gbm/gbtree_model.h"
#include "../../../src/tree/updater_gpu_hist_experimental.cu"
#include "../../../src/tree/updater_gpu_hist.cu"
namespace xgboost {
namespace tree {