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

Use Jetson specific config in build instructions. #10758

Merged
merged 1 commit into from
May 1, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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