Fix dart usegpu. (#4984)

This commit is contained in:
Jiaming Yuan
2019-10-28 06:12:04 -04:00
committed by GitHub
parent 6ec7e300bd
commit 755a606201

View File

@@ -345,7 +345,7 @@ class Dart : public GBTree {
}
bool UseGPU() const override {
return false;
return GBTree::UseGPU();
}
protected: