Hello,
I installed Cupy v8.4 on Nvidia Jetson Nano by command:
pip install Cupy
then Cupy was installed from source code successful after a long run
then i tested Cupy by trying to import Cupy or Numpy:
import numpy as np
or
import cupy as cp
but i had following error message:
Illegal instruction (core dumped)
Can anyone help me fix this error?