Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 556 Bytes

cicd.md

File metadata and controls

15 lines (8 loc) · 556 Bytes

CI/CD

CI

Test CUDA

Test CUDA action runs tests on a self-hosted runner with the NVIDIA card. It is not triggered by every PR. The developer who has the permission to manage the label can apply the label Test CUDA to a PR to trigger this action.

CD

GitHub Actions is used to build pre-compiled packages for each commit. See the Easy install the latest development version section to learn how to install the latest development version.