Can the HPC SDK run on a Jetson AGX Xavier?

I’ve got a Jetson AGX Xavier development kit and I want to run the NVIDIA HPC SDK on it. Will the “ARM Server” version work? If not, can the x86_64 version cross-compile / cross-link for the Jetson?

We don’t specifically tested on a AGX Xavier since it’s not a HPC product. Though we do test on Xavier in general, so I can’t think of any reason why it wouldn’t work, I just can’t say for sure.

OK … I’ll try it out! Thanks!

Well … it almost works. The ARM Server version of the HPC SDK only ships with CUDA 11 compatibility. CUDA on the Jetson is still 10.2, so it fails

ERROR: The determined CUDA version from the driver (10.2) is
older than the oldest bundled CUDA version (11.0)
CUDA versions are not forwards-compatible
Exiting...