2 Commits

Author SHA1 Message Date
9340010ea3 Add RISC-V cross-compilation target for CI
Some checks failed
CI / build:all (pull_request) Failing after 4s
CI / build:cross (pull_request) Failing after 40s
2025-10-09 14:24:59 +02:00
3269d763aa Add cudainfo program to test CUDA
The cudainfo program checks that we can initialize the CUDA RT library
and communicate with the driver. It can be used as standalone program or
built with cudainfo.gpuCheck so it is executed inside the build sandbox
to see if it also works fine. It uses the autoAddDriverRunpath hook to
inject in the runpath the location of the library directory for CUDA
libraries.

Reviewed-by: Aleix Boné <abonerib@bsc.es>
2025-07-23 11:52:09 +02:00