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

[R-package] Add CUDA support for CRAN package #3465

Closed
StrikerRUS opened this issue Oct 17, 2020 · 1 comment
Closed

[R-package] Add CUDA support for CRAN package #3465

StrikerRUS opened this issue Oct 17, 2020 · 1 comment

Comments

@StrikerRUS
Copy link
Collaborator

Summary

#3188 added an installation strategy for the R package that is compliant with CRAN's restrictions.

Description

The goal of this issue is to be able to build the CRAN package for CUDA, like this:

sh build-cran-package.sh
R CMD INSTALL \
    --configure-args='--enable-cuda' \
    lightgbm_2.3.2.tar.gz

Some basic thoughts about how to implement it can be found in #3206.

@StrikerRUS
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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant