Hello,
I contributed some code to a package, and I made unit tests to check whether the code works on the GPU. I wrapped the code in a if CUDA.functional() ... end
block and I see this:
It seems like CUDA is not functional in the CI. I went to see how the
ci.yml
is setup in CUDA.jl, and there’s none. So my question is : can you run CI jobs on GPUs? If yes, how? If not, is there an alternative ?