You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the tree output renewing with L1 regression in our new CUDA version relies on percentile calculation and bitonic sort on GPU. The efficiency can be further improved.
The text was updated successfully, but these errors were encountered:
Closed in favor of being in #2302. We decided to keep all feature requests in one place.
Welcome to contribute this feature! Please re-open this issue (or post a comment if you are not a topic starter) if you are actively working on implementing this feature.
* add (l1) regression objective for cuda_exp
* remove RenewTreeOutputCUDA from CUDARegressionL2loss
* remove mutable and use CUDAVector
* remove white spaces
* remove TODO and document in (#5459)
This issue has been automatically locked since there has not been any recent activity since it was closed.
To start a new related discussion, open a new issue at https://github.com/microsoft/LightGBM/issues
including a reference to this.
Summary
Currently the tree output renewing with L1 regression in our new CUDA version relies on percentile calculation and bitonic sort on GPU. The efficiency can be further improved.
The text was updated successfully, but these errors were encountered: