Skip to content

Commit

Permalink
fix hist cumul
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremiedb committed Dec 25, 2022
1 parent cd5dff1 commit 701efd9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/gpu/fit_gpu.jl
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,6 @@ function grow_tree_gpu!(
nodes[n].gain = T(0)
nodes[n].gains .= 0
end
CUDA.synchronize()

# initialize summary stats
nodes[1].∑ .= vec(sum(∇[:, nodes[1].is], dims=2))
Expand Down

0 comments on commit 701efd9

Please sign in to comment.