Skip to content

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

Closed
@StrikerRUS

Description

@StrikerRUS

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions