xiaodaigh / JLBoost.jl

A 100%-Julia implementation of Gradient-Boosting Regression Tree algorithms
MIT License
72 stars 6 forks source link

GPUify `g` and `h` #5

Closed xiaodaigh closed 4 years ago

xiaodaigh commented 4 years ago

Done but not enabled. Needs a fast GPU sort otherwise we will need shuffle data from CPU->GPU->CPU which will be slow