I’m curently working with DeepSpeech2 speech-recognition framework from Baidu/Mozilla in Jetson-TX2.
For enable GPU, I have to have NCCL (NVIDIA Collective Communications Library https://developer.nvidia.com/nccl ) v2 package in my Jetson board.
This package is developed exactly from NVIDIA :)
and surprisingly till now I didn’t find ARM64 library for that …
In official NCCL web-site https://developer.nvidia.com/nccl I have found only deb-files for AMD64 …
Is there such activity for Jetson? Or maybe source-code with Makefiles?