-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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
[R-package] R build for CUDA #5378
Comments
That's correct, there isn't currently a CUDA build for the R package. We have an existing feature request for adding such support in the CRAN-style package (#3465) but don't have an equivalent feature request for the CMake-based build. I've added this request to #2302, where we track feature requests for this repo. Per our policy on feature requests, I'll close this in a few days whenever the active conversation on it stops. It would be great to have support for building the CUDA-based version of the R package using a similar approach to the one documented at https://lightgbm.readthedocs.io/en/latest/R/index.html#installing-a-gpu-enabled-build for the OpenCL-based builds. Are you interested in trying to contribute such a feature? If not, you can subscribe to this issue to watch for updates, in case someone attempts to add it in the future. |
This issue has been automatically closed because it has been awaiting a response for too long. When you have time to to work with the maintainers to resolve this issue, please post a new comment and it will be re-opened. If the issue has been locked for editing by the time you return to it, please open a new issue and reference this one. Thank you for taking the time to improve LightGBM! |
This issue has been automatically locked since there has not been any recent activity since it was closed. |
Sorry, this was locked accidentally. Just unlocked it. We'd still love help with this feature! |
https://lightgbm.readthedocs.io/en/latest/R/index.html
There does not seem any option to build a CUDA version for R package. Is it possible to have multiple GPU support via CUDA build?
The text was updated successfully, but these errors were encountered: