Hacker News new | ask | show | jobs
by hcho3 2426 days ago
I manage a continuous integration server for an open source project that contains CUDA code. To test, we need to run workers with NVIDIA GPUs, and so far I haven't seen a viable alternative to Jenkins.
1 comments

Could throw gitlab-ci-runner on a machine: either windows, macos, or linux, and register it.

There's also a way to get CUDA working in Docker by passing the device paths, which gitlab-ci-runner can also use.