chhokrad commented on issue #15771: Cross Compile MXNET for RPI 4 with opencv, openmp and DIST_KVSTORE enabled failed URL: https://github.com/apache/incubator-mxnet/issues/15771#issuecomment-519944380 @aaronmarkham I ended up compiling on the device using make. But had to do couple of more steps as a result of incompatible version of protobuf (2.5.x) installed during building process. The steps are listed in this [link](https://devtalk.nvidia.com/default/topic/1052663/container-mxnet/mxnet-on-jetson-nano-for-multi-machine-not-working/post/5363570/#5363570). Please check if _-gencode arch=compute-63, code=sm_62_ in the instructions contains a type as compute-63 gives unsupported architecture error. I was able to get it to compile with _- gencode=arch=compute_53,code=sm_53 -gencode=arch=compute_62,code=sm_62_ PS: I am using MXNET v1.4.x
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
