mirror of
https://github.com/AdaCore/cuda.git
synced 2026-02-12 13:05:54 -08:00
This commit enables on-board testing. To launch test with cross compilation and execution on host: * expose the environment (unless cuda toolbox is installed in its standard location at /usr/local/cuda) export CUDA_ROOT=<location of cuda root> * make sure that $CUDA_ROOT/targets/aarch64-linux contains copy of the same folder on the board * load the ssh keys necessary for accessing the board * launch tests anod test gnat-cuda --target=aarch64-linux,,<board hostname or IP> eng/toolchain/cuda#29