aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party
Commit message (Collapse)AuthorAge
* Merge changes from github.Gravatar Patrick Nguyen2017-01-12
| | | | Change: 144396000
* Temporary fix of bazel dependencies when including TensorFlow as a ↵Gravatar Kiril Gorovoy2017-01-12
| | | | | | submodule. Undo change when this use-case is supported in native.http_archive in Bazel. Change: 144390772
* Switch open-source to use jemalloc for CPU Tensor memory allocation, gRPC, ↵Gravatar Jonathan Hseu2017-01-11
| | | | | | | | and other places where we call malloc/free. - Only enabled on Linux for now. - Added as a ./configure option defaulting to enabled. Change: 144266237
* Initial open-source release of XLA: Accelerated Linear Algebra.Gravatar Peter Hawkins2017-01-09
| | | | | | | XLA is a compiler-based linear algebra execution engine that targets CPUs, GPUs and custom accelerators. XLA is still experimental; we are releasing it early to get the community involved. Change: 143990941
* Replaced cuda_path_flags() macro with a more genericGravatar A. Unique TensorFlower2017-01-06
| | | | | cuda_default_copts() and moved CUDA-specific options there. Change: 143811735
* Merge changes from github.Gravatar Rohan Jain2017-01-05
| | | | Change: 143710639
* Update LLVM package.Gravatar Peter Hawkins2017-01-05
| | | | Change: 143689873
* Merge changes from github.Gravatar A. Unique TensorFlower2017-01-02
| | | | Change: 143412147
* Internal only changesGravatar A. Unique TensorFlower2016-12-29
| | | | Change: 143204614
* Move most foo.BUILD files into third_partyGravatar Justine Tunney2016-12-29
| | | | | This frees up space on the TensorFlow GitHub home page! Change: 143161497
* Add missing numpy and six depsGravatar Justine Tunney2016-12-28
| | | | Change: 143131671
* Make TensorFlow build libcurl from scratchGravatar Justine Tunney2016-12-27
| | | | | | | Google Cloud Platform support is now available for everyone by default. Fixes #5349 Change: 143077241
* Merge changes from github.Gravatar Jonathan Hseu2016-12-22
| | | | Change: 142805270
* Replace all uses of tf.complex_abs with tf.abs.Gravatar A. Unique TensorFlower2016-12-19
| | | | Change: 142501037
* Sync the github and local versions of the ThreadPool headerGravatar Benoit Steiner2016-12-15
| | | | Change: 142169284
* Merge changes from github.Gravatar Martin Wicke2016-12-14
| | | | Change: 142074581
* Internal change.Gravatar Martin Wicke2016-12-14
| | | | Change: 142041070
* Remove stale files.Gravatar Yifei Feng2016-12-13
|
* Remove leftover file.Gravatar Gunhan Gulsoy2016-12-11
|
* Add placeholder plugins list to tensorflow/python:pywrap_tensorflow build ↵Gravatar Peter Hawkins2016-12-09
| | | | | | | | target. Add missing zlib dependency to LLVM build file. Various other small cleanups. Change: 141557751
* Merge changes from github.Gravatar Andrew Harp2016-12-08
| | | | | | | | Additionally: - change single quotes to double quotes to make path rewriting easier - guard windows lib reference with PLATFORM_WINDOWS - fixed failing kmeans test Change: 141515942
* Add cuda_is_configured() build macro for testing whether CUDA was enabled at ↵Gravatar Peter Hawkins2016-12-08
| | | | | | configure time. Change: 141474932
* Fix static initialization based registry patterns with shared libraries when ↵Gravatar Peter Hawkins2016-12-08
| | | | | | built with --config=cuda. Change: 141406402
* Separate the stream executor CUDA plugin into its own build target. This ↵Gravatar Peter Hawkins2016-12-07
| | | | | | | allows non --config=cuda builds to link the CUDA plugins if desired. Add build macro if_cuda_is_configured() that tests whether CUDA was enabled at configure time, rather than whether the current BUILD is using a CUDA compiler. Change: 141375030
* Add -lm to the LLVM FileCheck tool to fix a link failure with --config=cuda ↵Gravatar Peter Hawkins2016-12-07
| | | | | | builds. Change: 141352525
* Locate libdevice files for OSS build.Gravatar Jingyue Wu2016-12-06
| | | | | | | | | | 1. Created open-source target libdevice_root that wraps all libdevice files. 2. platform/posix/cuda_libdevice_path depends on the libdevice_root target. 3. Added cuda_libdevice_path_test that verifies libdevice files exist in the computed libdevice directory. Change: 141237087
* Add "-lm" to LLVM link options for llbm-tblgen. Fixes bazel build with ↵Gravatar Peter Hawkins2016-12-01
| | | | | | --config=cuda. Change: 140807677
* Add missing target to LLVM Build file.Gravatar Peter Hawkins2016-11-30
| | | | Change: 140616374
* Small fixes to logging and stacktrace platform libraries.Gravatar Peter Hawkins2016-11-29
| | | | Change: 140533246
* Add licenses.Gravatar A. Unique TensorFlower2016-11-28
| | | | Change: 140396287
* Internal-only change.Gravatar Peter Hawkins2016-11-23
| | | | Change: 140088388
* Adds a Bazel BUILD for LLVM.Gravatar Peter Hawkins2016-11-22
| | | | Change: 139938302
* Build scripts in public repo need to be adjusted to match internal build.Gravatar A. Unique TensorFlower2016-11-21
| | | | Change: 139832288
* Merge changes from github.Gravatar A. Unique TensorFlower2016-11-17
| | | | Change: 139516555
* Migrate TensorFlow to libjpeg-turboGravatar Justine Tunney2016-11-15
| | | | | | | | | This makes JPEG go 2x faster on x86_64 (k8), arm7, and arm8. On all other CPU targets, e.g. x86, JPEG performance should be the same as it was before. Fixes #4807 Change: 139295768
* Add a small description for the BUILD file under sycl/sycl.Gravatar Gunhan Gulsoy2016-11-12
| | | | Change: 138980879
* Internal only changesGravatar Gunhan Gulsoy2016-11-11
| | | | Change: 138937852
* List all the files in third_party/sycl in a new "all_files" filegroup, which ↵Gravatar Benoit Steiner2016-11-09
| | | | | | is then added to the list of dependencies in the main "all_opensource_files" filegroup Change: 138698669
* Added a new rule to handle the OpenCL backend: we comment it out inGravatar Benoit Steiner2016-11-09
| | | | | google3, and enable it in github. This is because we haven't imported the backed in google3 just yet. Change: 138689620
* Merge changes from github.Gravatar Benoit Steiner2016-11-09
| | | | Change: 138675832
* Merge changes from github.Gravatar Vijay Vasudevan2016-11-03
| | | | Change: 138143557
* Merge changes from github.Gravatar Xiaoqiang Zheng2016-10-28
| | | | Change: 137532946
* Upgrade build-from-source swig version to 3.0.8 to avoid python 3.5 issuesGravatar Shanqing Cai2016-10-26
| | | | | | | | | This should address some of the ongoing python 3.5-related build failures in: nightly-matrix-cpu nightly-matrix-linux-gpu nightly-matrix-mac-gpu nightly-python35-linux-cpu Change: 137268906
* Remove unused eigen files.Gravatar Yifei Feng2016-10-25
|
* Automatically build SWIG from sourceGravatar Justine Tunney2016-10-20
| | | | | | | | | | This change allows Bazel to fetch and build SWIG rather than getting it from the system. This change also improves the i/o performance of the SWIG build, makes it hermetically sealed, and ensures tf_py_wrap_cc() can function correctly across Bazel repositories. CC: #4983 Change: 136783531
* Merge changes from github.Gravatar Patrick Nguyen2016-10-20
| | | | Change: 136750267
* Internal change.Gravatar A. Unique TensorFlower2016-10-19
| | | | Change: 136615121
* Internal change.Gravatar A. Unique TensorFlower2016-10-17
| | | | Change: 136423498
* Merge changes from github.Gravatar A. Unique TensorFlower2016-10-10
| | | | Change: 135698415
* Remove unused files.Gravatar Yifei Feng2016-10-07
|