Update dmlc-core

This commit is contained in:
tqchen 2016-02-10 11:54:49 -08:00
parent 63c4ad7617
commit 413f119c7e
4 changed files with 4 additions and 2 deletions

@ -1 +1 @@
Subproject commit 53ab0280f4c1da4fd6f9cee22ce4716f04b3e712
Subproject commit 0f8fd38bf94e6666aa367be80195b1f2da87428c

View File

@ -4,6 +4,7 @@
* \brief Plugin to load in libsvm, but fill all the missing entries with zeros.
* This plugin is mainly used for benchmark purposes and do not need to be included.
*/
#include <xgboost/base.h>
#include <dmlc/data.h>
#include <memory>

View File

@ -9,6 +9,7 @@
#include "./sparse_batch_page.h"
#include "./simple_dmatrix.h"
#include "./simple_csr_source.h"
#include "../common/common.h"
#include "../common/io.h"
#if DMLC_ENABLE_STD_THREAD

View File

@ -651,7 +651,7 @@ class GlobalProposalHistMaker: public CQHistMaker<TStats> {
DMatrix *p_fmat,
const std::vector<bst_uint> &fset,
const RegTree &tree) override {
if (this->qexpand.size() == 1 && !this->param.cache_global_proposal) {
if (this->qexpand.size() == 1) {
cached_rptr_.clear();
cached_cut_.clear();
}