Skip to content

Commit bedd176

Browse files
committed
check.
1 parent 0445343 commit bedd176

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/tree/updater_gpu_hist.cuh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -332,9 +332,9 @@ class MultiTargetHistMaker {
332332

333333
void UpdateTree(HostDeviceVector<GradientPair>* gpair_all, DMatrix* p_fmat, ObjInfo const*,
334334
RegTree* p_tree, HostDeviceVector<bst_node_t>*) {
335-
// if (this->param_.learning_rate - 1.0 != 0.0) {
336-
// LOG(FATAL) << "GPU" << MTNotImplemented();
337-
// }
335+
if (this->param_.learning_rate - 1.0 != 0.0) {
336+
LOG(FATAL) << "GPU" << MTNotImplemented();
337+
}
338338
Driver<MultiExpandEntry> driver{param_, kMaxNodeBatchSize};
339339

340340
this->Reset(gpair_all, p_fmat, p_tree);

0 commit comments

Comments
 (0)