[GPU Plugin] Fast histogram speed improvements. Updated benchmarks. (#2258)
This commit is contained in:
committed by
Tianqi Chen
parent
98ea461532
commit
6bf968efe6
@@ -57,7 +57,7 @@ class TreeUpdater {
|
||||
* updated by the time this function returns.
|
||||
*/
|
||||
virtual bool UpdatePredictionCache(const DMatrix* data,
|
||||
std::vector<bst_float>* out_preds) const {
|
||||
std::vector<bst_float>* out_preds) {
|
||||
return false;
|
||||
}
|
||||
/*!
|
||||
|
||||
Reference in New Issue
Block a user