Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
Use Jetson specific config in build instructions. (#10758)
Browse files Browse the repository at this point in the history
  • Loading branch information
KellenSunderland authored and marcoabreu committed May 1, 2018
1 parent 1ab0733 commit ecdff56
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions docs/install/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit ecdff56

Please sign in to comment.