The CUDA toolkits for cross compiling Jetson and the SBSA one for ARM64 servers with Nvidia GPUs seem to come from different links (cuda-repo-cross-aarch64-ubuntu2004-12-0 vs (cuda-repo-cross-sbsa-ubuntu2004-12-0).
How different are they? If I distribute a binary shared library built (with static CUDA runtime) against the SBSA version will it work on Jetson? vice-versa? Basically do I need to distribute two aarch64-cuda-linux targets with my library or just one?