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
Sometimes random number generation is repeatedly called during the training process. For example, in the rank_xendcg objective. Supporting generation of random numbers on CUDA can accelerates these processes.
References
See the code snippet below for random number generation in boosting with rank_xendcg
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.
Summary
Support generation of random numbers on CUDA.
Motivation
Sometimes random number generation is repeatedly called during the training process. For example, in the
rank_xendcg
objective. Supporting generation of random numbers on CUDA can accelerates these processes.References
See the code snippet below for random number generation in boosting with
rank_xendcg
LightGBM/src/objective/rank_objective.hpp
Lines 301 to 328 in f0e3296
The text was updated successfully, but these errors were encountered: