Skip to content

Commit 2ff2cb4

Browse files
committed
notes.
1 parent c947d00 commit 2ff2cb4

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

src/tree/updater_gpu_hist.cuh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@ class MultiTargetHistMaker {
353353
std::copy_if(expand_set.begin(), expand_set.end(), std::back_inserter(valid_candidates),
354354
[&](auto const& e) { return driver.IsChildValid(e); });
355355

356-
// Allocaate children nodes.
356+
// Allocate children nodes.
357357
auto new_candidates = pinned_.GetSpan(valid_candidates.size() * 2, MultiExpandEntry{});
358358

359359
this->PartitionAndBuildHist(p_fmat, expand_set, valid_candidates, p_tree);

tests/python-gpu/test_gpu_multi_target.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,10 @@
22

33

44
def test_multiclass() -> None:
5+
# learning_rate is not yet supported.
56
run_multiclass("cuda", 1.0)
67

78

89
def test_multilabel() -> None:
10+
# learning_rate is not yet supported.
911
run_multilabel("cuda", 1.0)

0 commit comments

Comments
 (0)