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