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

[incubator-mxnet] branch master updated: Use Jetson specific config in build instructions. (#10758)

This is an automated email from the ASF dual-hosted git repository.

marcoabreu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git


The following commit(s) were added to refs/heads/master by this push:
     new ecdff56  Use Jetson specific config in build instructions. (#10758)
ecdff56 is described below

commit ecdff56170c4bb2b54af5ed765b7f826e4f95e26
Author: Kellen Sunderland <ke...@gmail.com>
AuthorDate: Mon Apr 30 18:45:22 2018 -0700

    Use Jetson specific config in build instructions. (#10758)
---
 docs/install/index.md | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/docs/install/index.md b/docs/install/index.md
index e36ed23..b6a9a4e 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:

-- 
To stop receiving notification emails like this one, please contact
marcoabreu@apache.org.