Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
devmotion authored Oct 7, 2023
1 parent 1c391a8 commit adfacca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ext/EvoTreesCUDAExt/predict.jl
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ function predict_kernel!(
end

# prediction from single tree - assign each observation to its final leaf
function predict!(
function EvoTrees.predict!(
pred::CuMatrix{T},
tree::EvoTrees.Tree{L,K},
x_bin::CuMatrix,
Expand All @@ -125,7 +125,7 @@ function predict!(
CUDA.synchronize()
end

function predict!(
function EvoTrees.predict!(
pred::CuMatrix{T},
tree::EvoTrees.Tree{L,K},
x_bin::CuMatrix,
Expand Down

0 comments on commit adfacca

Please sign in to comment.