Bfzanchetta commented on issue #13950: [ARM][Jetson] Make failed on Jetson TX2 (Jetpack 3.3, CUDA 9.0) URL: https://github.com/apache/incubator-mxnet/issues/13950#issuecomment-477365945 As of today (March 27th) I have similar errors on Jetson TX2, but with JetPack 3.2.1. The action stated as "# Edit the Mshadow Makefile after line 122 <MSHADOW_CFLAGS += -DMSHADOW_USE_PASCAL=1>" does not solve the issue. When I do it and move to `$make -j $(nproc)` , I still get errors. I'm still attempting to break through my similar error, however I noticed something on your error log. ` -gencode arch=compute_30,code=sm_30 -gencode arch=compute_35,code=sm_35 -gencode arch=compute_50,code=sm_50 -gencode arch=compute_52,code=sm_52 -gencode arch=compute_60,code=sm_60 -gencode arch=compute_61,code=sm_61 -gencode arch=compute_70,code=[sm_70,compute_70] --fatbin-options -compress-all` This error may occur because you didn't limit your installation to your TX2 CPU and GPU. One way around it might be removing all other architectures from you Makefile, i.e., 53 and 62 only. The aarchs in your -gencode should be these two. There are yet more bullet points to address, such as: USE_SSE must be set to 0 on msshadow.mk. And yet more, I'll update as I go. Cheers.
---------------------------------------------------------------- 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
