aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party
Commit message (Collapse)AuthorAge
* 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
|
* Merge changes from github.Gravatar Jonathan Hseu2016-09-29
| | | | Change: 134721831
* Optimize Bazel external dependenciesGravatar Justine Tunney2016-09-21
| | | | | | | | | | | | | | | | | | | | | | This change does the following: - Always use {,new_}http_archive rather than git_repository - Make liberal use of strip_prefix - Clarify licenses() in BUILD files - On POSIX include headers like a normal C/C++ program This change accomplishes the following: - Reduce download size >100MB: The biggest culprit is grpc which has tens of thousands of commits in its GitHub repository. - Reduce disk size >200MB: On disk, grpc takes up 250MB when cloned even though the tarball of the git repo is 3.2MB. By never using git externals, we save on network. - Consume less cpu: Cloning git repositories is much slower than downloading and extracting a tarball. Change: 133895791
* Merge changes from github.Gravatar Martin Wicke2016-09-21
| | | | Change: 133874452
* Move tensorflow/third_party/hadoop to third_party/hadoop.Gravatar Jonathan Hseu2016-09-21
| | | | Change: 133842773
* Dropped support for gcudacc in the the build files.Gravatar Benoit Steiner2016-09-20
| | | | Change: 133779175
* Removed all references to gcudacc in the crosstool wrapper.Gravatar Benoit Steiner2016-09-19
| | | | Change: 133650335
* Remove unused files.Gravatar Yifei Feng2016-09-19
|
* Merge changes from github.Gravatar Andrew Harp2016-09-14
| | | | Change: 133096559
* Merge changes from github.Gravatar Dan Mané2016-09-09
| | | | Change: 132733397
* Merge changes from github.Gravatar A. Unique TensorFlower2016-08-26
| | | | Change: 131437429
* Merge changes from github.Gravatar A. Unique TensorFlower2016-08-25
| | | | Change: 131310818
* Add an op for singular value decomposition (SVD) of a dense matrix or ↵Gravatar A. Unique TensorFlower2016-08-01
| | | | | | | | | | | | | batches of dense matrices. This calls Eigen::JacobiSVD<Matrix, Eigen::HouseholderQRPreconditioner> which is known to be rather slow. This change is primarily intended to get the TensorFlow interfaces and functionality in place. We intend to swap out the "backend" with a higher performance algorithm implementation in the future. This CL also contains a small refactoring of the LinearAlgebraOp base class: 1. I moved the initial processing of inputs and outputs into separate helper functions so Compute() is not so long. 2. The derived classes are now allowed to return fewer output matrix shapes (n) than the number of op outputs (m) in which case empty (shape[0]) tensors are returned for the last m-n outputs. Fixed a few Python linter errors that were blocking presubmit. Change: 128990912
* Merge changes from github.Gravatar A. Unique TensorFlower2016-07-31
| | | | Change: 128958134
* Merge changes from github.Gravatar Martin Wicke2016-07-25
| | | | Change: 128401884