CuPy installation on the Nano

Hi,

Can anybody tell whether it’s possible to use CuPy on the Jetson Nano. I’ve been trying to compile it according to tutorials taken from both the original repo and the cusignal repo but without any luck. Can somebody shed some light on the issue?
I’m using the latest Jetpack with Cuda version of 10.2. Attached is my compilation output (using the cusignal build
script). There seem to be an issus with NCCL (not sure why it is being compiled anyway and maybe CUB).

Thanks
Yuval

cusignal_compilation_output.txt (377.4 KB)

Hi @Yuvalg1987, I compile it as part of the l4t-ml container: https://github.com/dusty-nv/jetson-containers/blob/d58ce7eb0afbb3c2706fc62d26f69e7055384484/Dockerfile.ml#L98

Hi, I tried to compile it on a fresh image of the Nano and works!