Commit 987c447
Dev (#319)
* Parallelize GPU split finding over (node, feature) pairs
Replaces sequential feature iteration with parallel (node × feature) kernel,
adds separate nodes_sum precomputation and GPU-side best split reduction.
Signed-off-by: AdityaPandeyCN <[email protected]>
* remove unrelated changes
Signed-off-by: AdityaPandeyCN <[email protected]>
* remove inconsistencies
Signed-off-by: AdityaPandeyCN <[email protected]>
* bench
* comments
Signed-off-by: AdityaPandeyCN <[email protected]>
* up
* up
* refactor(GPU): extract loss-specialized operators from find_best_split_parallel_kernel
- Add parent_gain(), split_gain(), check_monotone() with per-loss dispatch
- Introduce SplitStats struct for clean parameter passing
- Add accumulate_hist_k1/kn! helpers for histogram accumulation
- Simplify update_hist_gpu! signature (remove unused params)
- Improve maintainability and extensibility for new loss types
Signed-off-by: AdityaPandeyCN <[email protected]>
* bench
* ref bench
* up
* refactor split-finding, fix GPU IR for MAE/Quantile/Cred, and clean up docs/names
Signed-off-by: AdityaPandeyCN <[email protected]>
* up
* up
* fix colsample split issue by summing node totals over sampled features
Signed-off-by: AdityaPandeyCN <[email protected]>
* up
* benchmarks
* up
* up
* up
* up
* bench
* bump version
* up
---------
Signed-off-by: AdityaPandeyCN <[email protected]>
Co-authored-by: AdityaPandeyCN <[email protected]>1 parent 97840b9 commit 987c447
File tree
4 files changed
+37
-37
lines changed- benchmarks
- pythoncall/results
- results
4 files changed
+37
-37
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | | - | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | | - | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | | - | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
0 commit comments