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

Commit

Permalink
Specify Cuda 0 for ubuntu with mkldnn
Browse files Browse the repository at this point in the history
  • Loading branch information
zachgk committed Nov 29, 2018
1 parent 2f2f24e commit 0242fa5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/install/ubuntu_setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,7 @@ If building on CPU and using MKL and MKL-DNN (make sure MKL is installed accordi
cd incubator-mxnet
echo "USE_OPENCV = 1" >> ./config.mk
echo "USE_BLAS = openblas" >> ./config.mk
echo "USE_CUDA = 0" >> ./config.mk
echo "USE_MKLDNN = 1" >> ./config.mk
make -j $(nproc)
```
Expand Down

0 comments on commit 0242fa5

Please sign in to comment.