STT-tensorflow/third_party
ebrevdo b244912b2f Add Raspberry PI build ()
* Add support for Raspberry PI (ARM) builds.

To build:

./configure

bazel build --sandbox_debug -c opt --copt=-march=armv6 --copt=-mfpu=vfp \
  --copt=-funsafe-math-optimizations --copt=-ftree-vectorize \
  --copt=-fomit-frame-pointer --cpu=armeabi \
  --crosstool_top=@local_config_arm_compiler//:toolchain \
  --verbose_failures --build_python_zip ...targets...

* Additional changes to get raspberry pi build working.

update platform.h and crosstool template for define RASPBERRY_PI.

* Add build_raspberry_pi.sh with some documentation.

* Cleanups for build_raspberry_pi.sh

* contrib/makefile/Makefile in PI mode: add -DRASPBERRY_PI.

* Recommend using aptitude instead of apt-get in build_raspberry_pi.sh.

* More comments to build_raspberry_pi.sh

* Switched to tar file for ARM tool chain

* More fixes to arm build scripts; move tools/arm_compiler -> third_party/toolchains/cpus/arm.

* Update comments in build_raspberry_pi: get ubuntu ports for your lsb codename.

* Hacked around cxx_builtin_include_directory problem in CROSSTOOL

* Added an extra system include

* Added Pi Two/Three NEON support, with fix for Eigen version

* Undo pete's Eigen change - it breaks OS X build.  Will be fixed later.
2017-07-26 09:39:40 -07:00
..
boringssl Internal-only changes. 2017-07-07 10:17:48 -07:00
eigen3 Internal change. 2017-05-17 12:10:11 -07:00
fft2d Add AudioSpectrogram op to TensorFlow for audio feature generation 2017-04-05 18:24:52 -07:00
gpus use optimization when generating dependency () 2017-07-24 21:50:19 -07:00
hadoop Merge changes from github. 2017-06-09 10:41:00 -07:00
jpeg Merge changes from github. 2017-06-09 10:41:00 -07:00
llvm Branch 163121296 () 2017-07-25 18:41:40 -07:00
mkl Re-enable using local MKL directory. 2017-07-21 14:46:01 -07:00
mpi Merge changes from github. 2017-06-09 10:41:00 -07:00
protobuf Add cuda_clang build configuration that allows to use clang as a CUDA compiler. 2017-03-30 08:54:57 -07:00
py Update toolchain configuration artifacts to work with latest version of bazel 2017-07-11 08:33:02 -07:00
sycl Merge changes from github. 2017-07-10 19:26:59 -07:00
toolchains Add Raspberry PI build () 2017-07-26 09:39:40 -07:00
backports_weakref.BUILD Add backports.weakref to Bazel build 2017-06-14 19:12:58 -07:00
BUILD Automatically build SWIG from source 2016-10-20 18:04:26 -07:00
codegen.BUILD Install codegen in bazel workspace to allow docs tests to run. 2017-06-19 14:27:13 -07:00
common.bzl Merge changes from github. 2017-01-02 22:27:38 -08:00
cub.BUILD GPU-enabled WhereOp using CUB. 2017-06-29 15:37:15 -07:00
curl.BUILD Merge changes from github. 2017-06-09 10:41:00 -07:00
eigen.BUILD Move most foo.BUILD files into third_party 2016-12-29 00:51:20 -08:00
farmhash.BUILD Merge changes from github. 2017-06-09 10:41:00 -07:00
gif.BUILD Merge changes from github. 2017-06-09 10:41:00 -07:00
gmock.BUILD Merge changes from github. 2017-03-10 15:18:15 -08:00
grpc.BUILD Merge changes from github. 2017-05-18 18:06:21 -07:00
highwayhash.BUILD Upgrade highwayhash 2017-01-25 10:48:48 -08:00
jemalloc.BUILD Merge changes from github. 2017-05-11 11:02:28 -07:00
jsoncpp.BUILD Move most foo.BUILD files into third_party 2016-12-29 00:51:20 -08:00
libxsmm.BUILD Merge changes from github. 2017-06-09 10:41:00 -07:00
linenoise.BUILD Move most foo.BUILD files into third_party 2016-12-29 00:51:20 -08:00
lmdb.BUILD Merge changes from github. 2017-07-10 19:26:59 -07:00
nanopb.BUILD Move most foo.BUILD files into third_party 2016-12-29 00:51:20 -08:00
nasm.BUILD Merge changes from github. 2017-06-09 10:41:00 -07:00
nccl.BUILD Merge changes from github. 2017-03-01 18:08:24 -08:00
ortools.BUILD Internal change 2017-05-03 11:30:55 -07:00
pcre.BUILD Add licenses. 2016-11-28 13:46:05 -08:00
png.BUILD Move most foo.BUILD files into third_party 2016-12-29 00:51:20 -08:00
pprof.BUILD Make pprof definition deterministic 2017-05-10 17:18:03 -07:00
six.BUILD Move most foo.BUILD files into third_party 2016-12-29 00:51:20 -08:00
snappy.BUILD Merge changes from github. 2017-07-10 19:26:59 -07:00
swig.BUILD Merge changes from github. 2017-06-09 10:41:00 -07:00
zlib.BUILD Merge changes from github. 2017-07-10 19:26:59 -07:00