aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party
Commit message (Collapse)AuthorAge
...
| * | Fix: Run buildifier on build files under third_party.Gravatar Gunhan Gulsoy2016-12-23
| | |
| * | Fix: Address style issues and review comments in third_party BUILD files.Gravatar Gunhan Gulsoy2016-12-23
| | |
| * | Move expand_header_template macro to a common skylark file to be shared.Gravatar Gunhan Gulsoy2016-12-22
| | |
| | * Merge changes from github.Gravatar Jonathan Hseu2016-12-22
| | | | | | | | | | | | Change: 142805270
| * | Write rules to construct headers for jpeg-turbo using existing templates.Gravatar Gunhan Gulsoy2016-12-22
| | |
* | | Fix how error message is generated when running configure (#6445)Gravatar Andrew Gibiansky2016-12-22
|/ /
* | Merge commit for internal changesGravatar Jonathan Hseu2016-12-20
|\|
| * Replace all uses of tf.complex_abs with tf.abs.Gravatar A. Unique TensorFlower2016-12-19
| | | | | | | | Change: 142501037
* | Added missing BUILD dummy file to third_party/sycl/crosstool/BUILD (#22)Gravatar Luke Iwanski2016-12-19
| | | | | | | | | | | | | | | | * Added missing BUILD dummy file to third_party/sycl/crosstool/BUILD * Use floor_div_real for SYCL device. * Cleaned up SYCL crosstool.
* | Merge https://github.com/benoitsteiner/tensorflow-openclGravatar Benoit Steiner2016-12-16
|\ \ | | | | | | | | | | | | | | | | | | Conflicts: tensorflow/python/kernel_tests/conv_ops_test.py tensorflow/python/kernel_tests/pooling_ops_test.py tensorflow/workspace.bzl
| * | Sycl improvement. Gravatar Luke Iwanski2016-12-16
| | | | | | | | | | | | | | | | | | * Registered Pack, Shape, Split, Unpack. Aggregate, ControlFlow, Session, Slice and Placeholder Ops. * Avoid dividing by zero in python test. * Passing -cl-denorms-are-zero to ComputeCpp as denormals need to be flushed to zero.
| | * Sync the github and local versions of the ThreadPool headerGravatar Benoit Steiner2016-12-15
| | | | | | | | | | | | Change: 142169284
* | | Added support for AVX512 to fixed point instructions. (#6323)Gravatar Benoit Steiner2016-12-15
| | |
| * | Added '-Wl,-no-as-needed' for linking *.so's, when CROSSTOOL is used.Gravatar Luke Iwanski2016-12-15
| | |
| | * Merge changes from github.Gravatar Martin Wicke2016-12-14
| | | | | | | | | | | | Change: 142074581
| | * Internal change.Gravatar Martin Wicke2016-12-14
| | | | | | | | | | | | Change: 142041070
* | | Merge BUILD file changesGravatar Martin Wicke2016-12-13
|\ \ \ | | |/ | |/|
| * | Remove stale files.Gravatar Yifei Feng2016-12-13
| | |
| * | Remove leftover file.Gravatar Gunhan Gulsoy2016-12-11
| | |
* | | Merging internal changesGravatar Andrew Harp2016-12-09
|\| | | |/ |/|
| * 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
* | Merge pull request #6135 from Mistobaan/features/fix-nvcc-optionGravatar Benoit Steiner2016-12-08
|\ \ | | | | | | fix relaxed-constexpr warning
| | * 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
* | | Merge https://github.com/benoitsteiner/tensorflowGravatar Benoit Steiner2016-12-07
|\ \ \ | | | | | | | | | | | | | | | | Conflicts: tensorflow/workspace.bzl
| * \ \ Merging internal changesGravatar Andrew Harp2016-12-06
| |\ \ \ | | | |/ | | |/|
| | | * fix relaxed-constexpr warningGravatar Fabrizio (Misto) Milo2016-12-06
| | |/ | |/|
| | * 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
* | | SYCL improvementsGravatar Luke Iwanski2016-12-04
| | |
* | | Handle files correctly in sycl_configure.bzlGravatar Benoit Steiner2016-12-03
| | |
* | | Renamed third_party/sycl/sycl/LICENSE.text.tpl into ↵Gravatar Benoit Steiner2016-12-02
| | | | | | | | | | | | third_party/sycl/sycl/LICENSE.text
| * | Merge pull request #6047 from meteorcloudy/fix_cuda_configureGravatar gunan2016-12-02
| |\ \ | | | | | | | | Fix cuda version detect on Windows
| * | | Fix bugs in configure and cuda_configure.bzl re. lib paths (#6044)Gravatar Shanqing Cai2016-12-02
| | | |
| | * | Fix cuda version detect on WindowsGravatar Yun Peng2016-12-02
| |/ / | | | | | | | | | | | | On Windows, the name of the shared libraries is like: cudart64_80.dll and cudnn64_5.dll
* | | :Merge https://github.com/benoitsteiner/tensorflowGravatar Benoit Steiner2016-12-01
|\| |
| | * Add "-lm" to LLVM link options for llbm-tblgen. Fixes bazel build with ↵Gravatar Peter Hawkins2016-12-01
| | | | | | | | | | | | | | | | | | --config=cuda. Change: 140807677
| * | Merge commit for internal changesGravatar Dan2016-11-30
| |\|
| | * Add missing target to LLVM Build file.Gravatar Peter Hawkins2016-11-30
| | | | | | | | | | | | Change: 140616374
| * | Autodetect cuda and cudnn versions and support more platforms.Gravatar David Z. Chen2016-11-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This change implements cuda and cudnn version autodetection via running nvcc --version and reading cudnn.h. As a result, TF_CUDA_VERSION and TF_CUDNN_VERSION no longer have to be set. If TF_CUDA_VERSION and TF_CUDNN_VERSION are set but do not match the detected versions, cuda_configure will fail. After the cuda and cudnn versions are detected, cuda_configure then attempts to find the needed cuda and cudnn libraries in a set of known installation directories.
| | * 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
| * | Remove extraneous file in third_party/llvmGravatar Shanqing Cai2016-11-23
| | |
| * | Merge commit for internal changesGravatar Shanqing Cai2016-11-23
| |\| | | | | | | | | | | | | | | | | | | | | | Manually resolved conflicts in: tensorflow/contrib/learn/python/learn/datasets/base.py tensorflow/contrib/training/BUILD tensorflow/core/kernels/cwise_op_floor_div.cc tensorflow/python/platform/test.py
| | * Internal-only change.Gravatar Peter Hawkins2016-11-23
| | | | | | | | | | | | Change: 140088388
* | | Added sycl_asan target to the bazelGravatar Luke Iwanski2016-11-23
|/ /
* | Merge https://github.com/benoitsteiner/tensorflowGravatar Benoit Steiner2016-11-22
|\ \
| | * Adds a Bazel BUILD for LLVM.Gravatar Peter Hawkins2016-11-22
| | | | | | | | | | | | Change: 139938302