Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CUDA] Improve efficiency of tree output renew for L1 regression with new CUDA version #5459

Closed
shiyu1994 opened this issue Sep 1, 2022 · 3 comments

Comments

@shiyu1994
Copy link
Collaborator

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.

@shiyu1994
Copy link
Collaborator Author

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.

@shiyu1994
Copy link
Collaborator Author

See #5457

shiyu1994 added a commit that referenced this issue Sep 1, 2022
* 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)
@github-actions
Copy link

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.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 15, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant