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] Add test coverage for building R package with GPU capability #5908

Closed
hcho3 opened this issue Jul 18, 2020 · 1 comment
Closed

[R] Add test coverage for building R package with GPU capability #5908

hcho3 opened this issue Jul 18, 2020 · 1 comment
Labels

Comments

@hcho3
Copy link
Collaborator

hcho3 commented Jul 18, 2020

Right now, the R package is built in two ways in our CI pipelines:

  • The "CRAN way": R CMD build .. This compiles the CPU code only using GNU Make and Autotools.
  • CMake with Windows: a Visual Studio project is generated from CMakeLists.txt and then it is compiled with MSBuild. Again, no CUDA code is tested.

As a result, the GPU build for the R package was broken for a while (#5608). We should consider adding test coverage for this use case.

@hcho3 hcho3 added the CI label Jul 18, 2020
@hcho3
Copy link
Collaborator Author

hcho3 commented Mar 16, 2023

This is now done as part of the CI pipeline. Closing.

@hcho3 hcho3 closed this as completed Mar 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant