~wooksong/neural-network-support/+git/tizen-tensorflow:sandbox/mzx/bazelbuild

Last commit made on 2019-08-06
Get this branch:
git clone -b sandbox/mzx/bazelbuild https://git.launchpad.net/~wooksong/neural-network-support/+git/tizen-tensorflow

Branch merges

Branch information

Name:
sandbox/mzx/bazelbuild
Repository:
lp:~wooksong/neural-network-support/+git/tizen-tensorflow

Recent commits

4360fbd... by MyungJoo Ham

[Dist] Fix eigen3/aarch64 bug

Change-Id: I8d882164253a96c9b1501753941d2eadad7aec5a
Signed-off-by: MyungJoo Ham <email address hidden>

79bac52... by MyungJoo Ham

[Dist] Lower down arch for aarch64

We are getting GCC bugs:

[ 3281s] exec env - \
[ 3281s] LD_LIBRARY_PATH=/usr/lib64 \
[ 3281s] PATH=/usr/local/bin:/bin:/usr/bin:/usr/local/sbin:/home/abuild/rpmbuild/BUILD/tensorflow-v1.13.1 \
[ 3281s] PWD=/proc/self/cwd \
[ 3281s] PYTHON_BIN_PATH=/bin/python \
[ 3281s] PYTHON_LIB_PATH=/usr/lib/python2.7/site-packages \
[ 3281s] TF_DOWNLOAD_CLANG=0 \
[ 3281s] TF_NEED_CUDA=0 \
[ 3281s] TF_NEED_OPENCL_SYCL=0 \
[ 3281s] TF_NEED_ROCM=0 \
[ 3281s] /bin/gcc -U_FORTIFY_SOURCE -fstack-protector -Wall -B/bin -B/usr/bin -Wunused-but-set-parameter -Wno-free-nonheap-object -fno-omit-frame-pointer -g0 -O2 '-D_FORTIFY_SOURCE=1' -DNDEBUG -ffunction-sections -fdata-sections '-std=c++0x' -MD -MF bazel-out/aarch64-opt/bin/tensorflow/compiler/xla/service/cpu/_objs/runtime_conv2d/runtime_conv2d.pic.d '-frandom-seed=bazel-out/aarch64-opt/bin/tensorflow/compiler/xla/service/cpu/_objs/runtime_conv2d/runtime_conv2d.pic.o' -fPIC -DEIGEN_MPL2_ONLY '-DEIGEN_MAX_ALIGN_BYTES=64' '-DEIGEN_HAS_TYPE_TRAITS=0' -iquote . -iquote bazel-out/aarch64-opt/genfiles -iquote bazel-out/aarch64-opt/bin -iquote external/nsync -iquote bazel-out/aarch64-opt/genfiles/external/nsync -iquote bazel-out/aarch64-opt/bin/external/nsync -iquote external/bazel_tools -iquote bazel-out/aarch64-opt/genfiles/external/bazel_tools -iquote bazel-out/aarch64-opt/bin/external/bazel_tools -iquote external/eigen_archive -iquote bazel-out/aarch64-opt/genfiles/external/eigen_archive -iquote bazel-out/aarch64-opt/bin/external/eigen_archive -iquote external/local_config_sycl -iquote bazel-out/aarch64-opt/genfiles/external/local_config_sycl -iquote bazel-out/aarch64-opt/bin/external/local_config_sycl -isystem external/nsync/public -isystem bazel-out/aarch64-opt/genfiles/external/nsync/public -isystem bazel-out/aarch64-opt/bin/external/nsync/public -isystem external/eigen_archive -isystem bazel-out/aarch64-opt/genfiles/external/eigen_archive -isystem bazel-out/aarch64-opt/bin/external/eigen_archive '-march=armv8-a+fp+simd+crc+crypto' -Wno-sign-compare '-D_GLIBCXX_USE_CXX11_ABI=0' '-std=c++11' -DEIGEN_AVOID_STL_ARRAY -fno-canonical-system-headers -Wno-builtin-macro-redefined '-D__DATE__="redacted"' '-D__TIMESTAMP__="redacted"' '-D__TIME__="redacted"' -c tensorflow/compiler/xla/service/cpu/runtime_conv2d.cc -o bazel-out/aarch64-opt/bin/tensorflow/compiler/xla/service/cpu/_objs/runtime_conv2d/runtime_conv2d.pic.o)
[ 3281s] In file included from external/eigen_archive/Eigen/Core:296:0,
[ 3281s] from ./third_party/eigen3/Eigen/Core:1,
[ 3281s] from ./tensorflow/compiler/xla/service/cpu/runtime_conv2d.h:19,
[ 3281s] from tensorflow/compiler/xla/service/cpu/runtime_conv2d.cc:16:
[ 3281s] external/eigen_archive/Eigen/src/Core/products/GeneralBlockPanelKernel.h: In member function 'void Eigen::internal::gebp_kernel<LhsScalar, RhsScalar, Index, DataMapper, mr, nr, ConjugateLhs, ConjugateRhs>::operator()(const DataMapper&, const LhsScalar*, const RhsScalar*, Index, Index, Index, Eigen::internal::gebp_kernel<LhsScalar, RhsScalar, Index, DataMapper, mr, nr, ConjugateLhs, ConjugateRhs>::ResScalar, Index, Index, Index, Index) [with LhsScalar = Eigen::half; RhsScalar = Eigen::half; Index = long int; DataMapper = Eigen::internal::blas_data_mapper<Eigen::half, long int, 0, 0>; int mr = 2; int nr = 4; bool ConjugateLhs = false; bool ConjugateRhs = false]':
[ 3281s] external/eigen_archive/Eigen/src/Core/products/GeneralBlockPanelKernel.h:1879:3: internal compiler error: in emit_move_insn, at expr.c:3547
[ 3281s] }
[ 3281s] ^
[ 3281s] Please submit a full bug report,
[ 3281s] with preprocessed source if appropriate.
[ 3281s] See <http://bugs.tizen.org/> for instructions.
[ 3284s] Target //tensorflow/tools/lib_package:libtensorflow failed to build
[ 3284s] INFO: Elapsed time: 3254.811s, Critical Path: 366.23s, Remote (0.00% of the time): [queue: 0.00%, setup: 0.00%, process: 0.00%]
[ 3284s] INFO: 1643 processes: 1643 local.
[ 3284s] FAILED: Build did NOT complete successfully
[ 3284s] FAILED: Build did NOT complete successfully
[ 3285s] error: Bad exit status from /var/tmp/rpm-tmp.YdwJ8i (%build)

Change-Id: Iac2be4a11dc6c349ab11ff06ffb7d3e8963a8396
Signed-off-by: MyungJoo Ham <email address hidden>

d30b028... by MyungJoo Ham

[Dist] Fixing aarch64 build

Change-Id: Icc0a344a6204536d430ce7b42849a4950f67870c
Signed-off-by: MyungJoo Ham <email address hidden>

760004a... by MyungJoo Ham

[Dist] Enable batch mode for arm32/64 machines.

With ARM-QEMU, bazel server fails

Change-Id: Icd06bd01776728f6479700f6b2d798dacd7bd7aa
Signed-off-by: MyungJoo Ham <email address hidden>

3d76bb5... by MyungJoo Ham

[Dist] Debian packaging draft

Not Tested.

Change-Id: I58230d22a2d096a8ce2c54d08e42757d3acec5b9
Signed-off-by: MyungJoo Ham <email address hidden>

87e073c... by MyungJoo Ham

Tensorflow Lite Build Renew

Change-Id: I4d15385c04ba09c708ce0a1f15277fda506d9785
Signed-off-by: MyungJoo Ham <email address hidden>

ca14529... by MyungJoo Ham

[Dist] Bazel Build Adaptation / TF Build

TF Build Successful for C-API with Bazel in x64

Change-Id: I06f996090d73e6b8b90cab3371dac5006dd9fd5a
Signed-off-by: MyungJoo Ham <email address hidden>

71a0b3c... by MyungJoo Ham

[Dist/Debian] Handling double-quote in debian-way

It has a strange parsing rule.

Change-Id: I46ff25d87d85122a8d80839cb1fe3cf03d5f9382
Signed-off-by: MyungJoo Ham <email address hidden>

d9eb7e7... by MyungJoo Ham

[Dist/Debian] Add cflags for debian tf-lite build

TF Lite wans some additional build flags.

Change-Id: I32ba9243a42257040c83b9be3b30a14bdd84279c
Signed-off-by: MyungJoo Ham <email address hidden>

f61dd73... by MyungJoo Ham

[Dist/Debian] Fix incorrect path

Path to neon2sse is incorrect.

Change-Id: Iba6e3c7f49e9d30c3a48f6570db32e49392baa50
Signed-off-by: MyungJoo Ham <email address hidden>