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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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