Fix dart usegpu. (#4984)
This commit is contained in:
@@ -345,7 +345,7 @@ class Dart : public GBTree {
|
|||||||
}
|
}
|
||||||
|
|
||||||
bool UseGPU() const override {
|
bool UseGPU() const override {
|
||||||
return false;
|
return GBTree::UseGPU();
|
||||||
}
|
}
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
|
|||||||
Reference in New Issue
Block a user