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

There is something wrong in Installation from source on OS X (Mac) page #13776

Closed
fengsky401 opened this issue Jan 5, 2019 · 4 comments
Closed

Comments

@fengsky401
Copy link

In the page, https://mxnet.incubator.apache.org/install/osx_setup.html,
this part:
"To build with MKLDNN

echo "CC=$(brew --prefix llvm)/bin/clang++" >> ./config.mk
echo "CXX=$(brew --prefix llvm)/bin/clang++" >> ./config.mk
echo "USE_OPENCV=1" >> ./config.mk
echo "USE_OPENMP=1" >> ./config.mk
echo "USE_MKLDNN=1" >> ./config.mk
echo "USE_BLAS=apple" >> ./config.mk
echo "USE_PROFILER=1" >> ./config.mk
LIBRARY_PATH=$(brew --prefix llvm)/lib/ make -j $(sysctl -n hw.ncpu)
"
echo "CC=$(brew --prefix llvm)/bin/clang++" should be modified to echo "CC=$(brew --prefix llvm)/bin/clang", I tried the origin one it report error, until I modified.

@mxnet-label-bot
Copy link
Contributor

Hey, this is the MXNet Label Bot.
Thank you for submitting the issue! I will try and suggest some labels so that the appropriate MXNet community members can help resolve it.
Here are my recommended labels:

@pengzhao-intel
Copy link
Contributor

Thanks @fengsky401 to report the issue. We will fix it @xinyu-intel

BTW, there's a page for MKLDNN installation.
https://github.com/apache/incubator-mxnet/blob/master/MKLDNN_README.md

@pengzhao-intel
Copy link
Contributor

@mxnet-label-bot add [MKLDNN, Installation]

@TaoLv
Copy link
Member

TaoLv commented Jan 16, 2019

Closed via #13778 . Feel free to reopen if the issue is still there. @fengsky401

@TaoLv TaoLv closed this as completed Jan 16, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

5 participants