NVBLAS on jetson nano

Hi,

I just unboxed the nano, flashed the card, and was happy to read that CUDA toolkit 10.2 comes wit NVBLAS. But where do I find it?
It’s not in /usr/local/cuda/lib64
Is NVBLAS supported for the nano at all? Writing everything with cuBLAS would be a pain.

Thanks for your help

Hi,

You can find NVBLAS library in this folder:

/usr/lib/aarch64-linux-gnu/libnvblas.so

Thanks.