I need something below or equal to cuda-11.0 for mxnet. I am not able to find an easy solution.
I run into this error with mxnet GPU when compiled with cuda-11.4 default version that is available Check failed: err == cudaSuccess (209 vs. 0) : mxnet_generic_kernel ErrStr:no kernel image is available for execution on the device
In the installation steps of mxnet the makefile has -gencode arch=compute_72,code=sm_72 for Xavier NX and AGX Xavier`. Is it the same for AGX Orin as well?