You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2018/05/01 01:45:24 UTC

[GitHub] marcoabreu closed pull request #10758: Use Jetson specific config in build instructions.

marcoabreu closed pull request #10758: Use Jetson specific config in build instructions.
URL: https://github.com/apache/incubator-mxnet/pull/10758
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/docs/install/index.md b/docs/install/index.md
index e36ed23bb87..b6a9a4e9ed2 100644
--- a/docs/install/index.md
+++ b/docs/install/index.md
@@ -1263,10 +1263,7 @@ Clone the MXNet source code repository using the following ```git``` command in
 
 Edit the Makefile to install the MXNet with CUDA bindings to leverage the GPU on the Jetson:
 ```bash
-    cp make/config.mk .
-    echo "USE_CUDA=1" >> config.mk
-    echo "USE_CUDA_PATH=/usr/local/cuda" >> config.mk
-    echo "USE_CUDNN=1" >> config.mk
+    cp make/crosscompile.jetson.mk config.mk
 ```
 
 Edit the Mshadow Makefile to ensure MXNet builds with Pascal's hardware level low precision acceleration by editing 3rdparty/mshadow/make/mshadow.mk and adding the following after line 122:


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services