Install RAPIDS on Jetson TX2

Hi,

I’m trying to install RAPIDS Cusignal on Jetson TX2 but it seems like I need to install Anaconda first. Does the TX2 support Anaconda? If so, how do I install it?

Also, I’m playing around with the speed/performance of cupy and was wondering if NVIDIA has any speed test sample code to verify the speed? Thanks.

Hi,

Sorry that both RAPIDS and Anaconda not support Jetson platform.
You will need a desktop GPU to run RAPIDS.

Here is the requirement of RAPIDS for your reference:
https://rapids.ai/start.html

PREREQUISITES

 GPU: NVIDIA Pascal™ or better with compute capability 6.0+

 Supported OS: Ubuntu 16.04/18.04 or CentOS 7 with gcc 5.4 & 7.3

 Docker: Docker CE v19.03+ and nvidia-container-toolkit

      Legacy Support - Docker CE v17-18 and nvidia-docker2

 CUDA & NVIDIA Drivers: One of the following supported versions:

      9.2 & v396.37+    10.0 & v410.48+    10.1.2 & v418.87+

Thanks.