Build Tensorflow on UpSquared with Intel Atom
Batu
New Member Posts: 3 ✭
I am trying to build Tensorflow on Intel Atom using Bazel 0.15 version.
I followed the instruction here (https://software.intel.com/en-us/articles/intel-optimization-for-tensorflow-installation-guide) for Build TensorFlow from Source with Intel® MKL.
My bazel command for Intel Atom is
bazel build --config=mkl --cxxopt=-D_GLIBCXX_USE_CXX11_ABI=0 --copt=-march=atom --copt=-mtune=atom
But it didn't success.
What is wrong with the installation?
The error is
~/tensorflow$ bazel build --config=mkl --cxxopt=-D_GLIBCXX_USE_CXX11_ABI=0 --copt=-march=atom --copt=-mtune=atom Starting local Bazel server and connecting to it... ................................ INFO: Analysed 0 targets (2 packages loaded). INFO: Found 0 targets... INFO: Elapsed time: 6.529s, Critical Path: 0.04s INFO: 0 processes. INFO: Build completed successfully, 1 total action