Skip to content

Commit

Permalink
[EM] Handle base idx in GPU histogram. (dmlc#10549)
Browse files Browse the repository at this point in the history
  • Loading branch information
trivialfis committed Jul 15, 2024
1 parent 42bbd1f commit c8c358c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/tree/gpu_hist/histogram.cu
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,7 @@ __global__ void __launch_bounds__(kBlockThreads)
agent.BuildHistogramWithGlobal();
}
}

namespace {
constexpr std::int32_t kBlockThreads = 1024;
constexpr std::int32_t kItemsPerThread = 8;
Expand Down

0 comments on commit c8c358c

Please sign in to comment.