1
0
mirror of https://github.com/gryf/coach.git synced 2025-12-17 19:20:19 +01:00

small fix in neon installation

This commit is contained in:
Gal Leibovich
2017-10-22 16:43:02 +03:00
parent cc9580a949
commit 2a3a6f4a68

View File

@@ -191,11 +191,10 @@ if [ ${INSTALL_NEON} -eq 1 ]; then
git clone https://github.com/NervanaSystems/ngraph.git git clone https://github.com/NervanaSystems/ngraph.git
cd ngraph cd ngraph
make install -j make install -j
make gpu_prepare -j
cd .. cd ..
# Neon # Neon
sudo -E apt-get install libhdf5-dev libyaml-dev pkg-config clang sudo -E apt-get install libhdf5-dev libyaml-dev pkg-config clang -y
git clone https://github.com/NervanaSystems/neon.git git clone https://github.com/NervanaSystems/neon.git
cd neon && make sysinstall -j cd neon && make sysinstall -j
cd .. cd ..