aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/cmake
Commit message (Collapse)AuthorAge
* Merge pull request #19531 from smistad:cmake-windows-host-64Gravatar TensorFlower Gardener2018-10-08
|\ | | | | | | PiperOrigin-RevId: 216185979
* | Removes the INTEL_MKL_ML_ONLY option from the CMakeLists build file since ↵Gravatar Penporn Koanantakool2018-10-05
| | | | | | | | | | | | | | | | the main logic for INTEL_MKL_ML_ONLY is getting removed in PR#22783. #22783 PiperOrigin-RevId: 215978712
* | Merge pull request #21208 from ↵Gravatar TensorFlower Gardener2018-10-02
|\ \ | | | | | | | | | | | | | | | kingofthebongo2008:version_info_cc_generated_only_once PiperOrigin-RevId: 215462171
* \ \ Merge pull request #21868 from kingofthebongo2008:upgrade_protobuf_to_v_3.6.1Gravatar TensorFlower Gardener2018-10-01
|\ \ \ | | | | | | | | | | | | PiperOrigin-RevId: 215312707
* | | | [tf.data] Deprecate `tf.contrib.data` and introduce `tf.data.experimental` ↵Gravatar Derek Murray2018-10-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | to replace it. This change prepares `tf.data` for TensorFlow 2.0, where `tf.contrib` will no longer exist. It retains the pre-existing endpoints in `tf.contrib.data` with deprecation warnings. Note there are some exceptions to the move: * Deprecated symbols in `tf.contrib.data` have not been moved to `tf.data.experimental`, because replacements already exist. * `tf.contrib.data.LMDBDataset` has not been moved, because we plan to move it to a SIG-maintained repository. * `tf.contrib.data.assert_element_shape()` has not yet been moved, because it depends on functionality in `tf.contrib`, and it will move in a later change. * `tf.contrib.data.AUTOTUNE` has not yet been moved, because we have not yet determined how to `tf_export()` a Python integer. * The stats-related API endpoints have not yet appeared in a released version of TensorFlow, so these are moved to `tf.data.experimental` without retaining an endpoint in `tf.contrib.data`. In addition, this change includes some build rule and ApiDef refactoring: * Some of the "//third_party/tensorflow/python:training" dependencies had to be split in order to avoid a circular dependency. * The `tf.contrib.stateless` ops now have a private core library for the generated wrappers (and accordingly are hidden in their ApiDef) so that `tf.data.experimental.sample_from_datasets()` can depend on them. PiperOrigin-RevId: 215304249
* | | | Remove jemalloc build files and dead configuration options.Gravatar Ayush Dubey2018-10-01
| | | | | | | | | | | | | | | | PiperOrigin-RevId: 215291195
* | | | Merge pull request #22210 from dmitrievanthony:apache-ignite-datasetGravatar TensorFlower Gardener2018-10-01
|\ \ \ \ | | | | | | | | | | | | | | | PiperOrigin-RevId: 215258743
* | | | | [tf.data] Move `tf.contrib.data` C++ code to a core "experimental" directory.Gravatar Derek Murray2018-09-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | NOTE: All ops and kernels previously previously defined in tensorflow/contrib/data have had their name prefixed with "Experimental" to indicate that they are not (yet) stable, and thus not subject to backwards or forwards compatibility guarantees. PiperOrigin-RevId: 214940819
* | | | | Adds a build flag to enable MKL (mkl_enabled=true).Gravatar A. Unique TensorFlower2018-09-25
| | | | | | | | | | | | | | | | | | | | PiperOrigin-RevId: 214557082
* | | | | Remove unused tf.contrib.tensorboard.plugins.trace codeGravatar Nick Felt2018-09-21
| | | | | | | | | | | | | | | | | | | | PiperOrigin-RevId: 214056834
* | | | | Update links to install pages.Gravatar Billy Lamberta2018-09-20
| | | | | | | | | | | | | | | | | | | | PiperOrigin-RevId: 213917946
| | | | * Added warning message if cmake version is below 3.8 or host toolset is not ↵Gravatar Erik Smistad2018-09-20
| | | | | | | | | | | | | | | | | | | | set to x64 on windows
* | | | | Remove tensorflow/contrib/linalg library. linalg remains in core.Gravatar Ian Langmore2018-09-17
| | | | | | | | | | | | | | | | | | | | PiperOrigin-RevId: 213352573
* | | | | Put a deprecation notice in cmake readme.Gravatar Gunhan Gulsoy2018-09-13
| | | | | | | | | | | | | | | | | | | | PiperOrigin-RevId: 212892844
* | | | | Merge pull request #19358 from brunomorishita:pr.fix_cmake_libpngGravatar TensorFlower Gardener2018-09-13
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | PiperOrigin-RevId: 212854521
| | * | | | Add IgniteDataset that allows to work with Apache Ignite.Gravatar Anton Dmitriev2018-09-11
| |/ / / / |/| | | |
* | | | | Merge pull request #21593 from Intel-tensorflow:agramesh/MKL_ML_updateGravatar TensorFlower Gardener2018-08-30
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | PiperOrigin-RevId: 211013884
| | | * | | upgraded protobuf to v.3.6.1Gravatar Stefan Dyulgerov2018-08-25
| |_|/ / / |/| | | |
* | | | | BEGIN_PUBLICGravatar Vikram Tankasali2018-08-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Delete tf.contrib.kfac. K-FAC in Tensorflow is now its own separate package. END_PUBLIC RELNOTES: n/a Automated rollback of commit 938b9a40787028c58fb548fa6ada8c0dd8180f35 PiperOrigin-RevId: 209813506
* | | | | Merge pull request #18992 from fo40225:fix_win_py27Gravatar TensorFlower Gardener2018-08-18
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | PiperOrigin-RevId: 209308626
* | | | | | PR #21373: nsync dep updatesGravatar Yifei Feng2018-08-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Please approve this CL. It will be submitted automatically, and its GitHub pull request will be marked as merged. Imported from GitHub PR #21373 A new version of nsync is released, this updates the workspace.bzl and adds nsync to the libs that can be unbundled. I've packaged nsync on Gentoo Linux and tested the full unbundled build. The CMake build is also updated to the latest version, the patch is no longer required and is removed. I have tested the cmake build on my machine but the CI needs to test windows since I can't. The last commits update ./configure to handle adding TF_SYSTEM_LIBS and an option to disable stripping. @m3bm3b, can you review too? Copybara import of the project: - 3d224b29fcf699b84cf538e2d16e3dd4e78e6a91 workspace: update nsync dep to 1.20.1 by Jason Zaman <jason@perfinion.com> - 34536b88bedc5a83ad939438a49a3cc53aea210c CMake: nsync: update to 1.20.1 by Jason Zaman <jason@perfinion.com> - f2444ba218ae280e03710f936b249b6b650ea3dd third_party: unbundle nsync by Jason Zaman <jason@perfinion.com> - 4386d8c4b01020ba1c979258e5102ac1947d2574 configure: Add TF_SYSTEM_LIBS handling by Jason Zaman <jason@perfinion.com> - f3fd1f110781cfb8cc941241a69eb41114787bfd Merge 4386d8c4b01020ba1c979258e5102ac1947d2574 into a05c7... by Jason Zaman <jasonzaman@gmail.com> COPYBARA_INTEGRATE_REVIEW=https://github.com/tensorflow/tensorflow/pull/21373 from perfinion:nsync 4386d8c4b01020ba1c979258e5102ac1947d2574 PiperOrigin-RevId: 209201545
* | | | | | Automated rollback of commit 26353f9b51091312e7097143aee9c2d05e2011fdGravatar A. Unique TensorFlower2018-08-16
| | | | | | | | | | | | | | | | | | | | | | | | PiperOrigin-RevId: 208973995
* | | | | | Delete tf.contrib.kfac. K-FAC in Tensorflow is now its own separate package.Gravatar Vikram Tankasali2018-08-16
| | | | | | | | | | | | | | | | | | | | | | | | PiperOrigin-RevId: 208972923
| | * | | | Renamed INTEL_MKL_ML and added deprecated warning for INTEL_MKL_ML_ONLYGravatar AG Ramesh2018-08-13
| |/ / / / |/| | | |
* | | | | Merge pull request #19534 from yongtang:hadoopGravatar TensorFlower Gardener2018-08-09
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | PiperOrigin-RevId: 208112353
* \ \ \ \ \ Merge pull request #21139 from Androbin:existsGravatar TensorFlower Gardener2018-08-08
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | PiperOrigin-RevId: 208001936
* \ \ \ \ \ \ Merge pull request #21201 from bstriner:mkl_pathGravatar TensorFlower Gardener2018-08-08
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | PiperOrigin-RevId: 207990791
* | | | | | | | Add a way to generate compat.v* modules in create_python_api.py. WeGravatar Anna R2018-08-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | need to generate V2 and V1 in one step since V2's "compat" module (e.g. "tf.compat.as_bytes") overlaps with "compat.v1". That is, some of the __init__.py files are *shared*. So, we need to run create_python_api.py just once to generate all. A few additional changes: - Split out a few functions to prevent them from growing too large. - Added output_init_files_test.py to test consistency of api_init_files.bzl and api_init_files_v1.bzl. Before, this check was done in create_python_api.py but now that we have different files for V1 and V2 this is getting cumbersome, so I split it in a separete test. PiperOrigin-RevId: 207629449
* | | | | | | | tf.contrib.coder cleanup.Gravatar A. Unique TensorFlower2018-08-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PiperOrigin-RevId: 207577648
* | | | | | | | Merge pull request #21119 from bstriner:patch_eigenGravatar TensorFlower Gardener2018-08-03
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | PiperOrigin-RevId: 207325529
| | | | | | | * | version_info.cc generated only onceGravatar Stefan Dyulgerov2018-07-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | version_info.cc in the cmake files is generated every time when we build tensorflow and this forces rebuild of the whole project, since it is in the core library. added make.bat for windows, which does the same as make.sh to be executed easily from a build machine. the default now is visual studio 17
* | | | | | | | | reworked highwayhash extern cmake to match the rest of the cmakes, headers ↵Gravatar Stefan Dyulgerov2018-07-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | are copied always and this may retrigger builds
* | | | | | | | | fix issue with nsync which copies the headers every buildGravatar Stefan Dyulgerov2018-07-28
| |_|_|_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | reworked nsync to be like png and zlib cmake files. it copied the nsync headers on every build and this triggered rebuild of the whole tensorflow project
| | * | | | | | Add MKL to PATH in CMakeGravatar Ben2018-07-28
| | | | | | | |
* | | | | | | | Avoid using cuda_fp16.h for fp16 definition.Gravatar Gunhan Gulsoy2018-07-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PiperOrigin-RevId: 206238991
| | | * | | | | [CMake] tf_tests.cmake | Fix invalid entriesGravatar Robin Richtsfeld2018-07-26
| | | | | | | |
| | | * | | | | [CMake] tf_tests.cmake | Add CheckExistsGravatar Robin Richtsfeld2018-07-26
| |_|/ / / / / |/| | | | | |
| * | | | | | Add PATCH_COMMAND to eigen.cmakeGravatar Ben2018-07-25
| |/ / / / /
* / / / / / Build more cuda compute capabilities in cmake build.Gravatar Gunhan Gulsoy2018-07-24
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #18652 PiperOrigin-RevId: 205858348
* | | | | [tf.data] Transformation for asserting which transformations happen next in ↵Gravatar Jiri Simsa2018-07-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a (possibly optimized) pipeline. PiperOrigin-RevId: 205143256
* | | | | Merge pull request #20542 from rongjiecomputer:exceptionGravatar TensorFlower Gardener2018-07-15
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | PiperOrigin-RevId: 204662666
* | | | | | Disable flaky tests on windows.Gravatar Gunhan Gulsoy2018-07-13
| | | | | | | | | | | | | | | | | | | | | | | | PiperOrigin-RevId: 204527084
* | | | | | Internal Change.Gravatar Michael Case2018-07-12
| | | | | | | | | | | | | | | | | | | | | | | | PiperOrigin-RevId: 204338153
| | | * | | fix cmake python 2.7 test import failGravatar fo402252018-07-11
| |_|/ / / |/| | | |
* | | | | Automated rollback of commit 19a98bf9054d9be58a3293b0390b18288a65a25cGravatar Noah Eisen2018-07-09
| | | | | | | | | | | | | | | | | | | | PiperOrigin-RevId: 203872748
* | | | | Use full imports instead of relative imports when adding subdirectory importsGravatar Anna R2018-07-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | during API generation. PiperOrigin-RevId: 203862333
* | | | | Creating a CopyToDeviceDataset that uses GeneratorDataset and remote ↵Gravatar Rohan Jain2018-07-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | function calls to copy data from one device to another. Used in combination with PrefetchDataset, this can serve as a replacement for PrefetchToDeviceDataset. This also adds GPU kernel registrations for some iterator ops and for GeneratorDataset and PrefetchDataset PiperOrigin-RevId: 203538112
| * | | | Suppress /wd4577 'noexcept with no exception handling mode' warningGravatar Loo Rong Jie2018-07-04
| | | | |
| * | | | [MSVC] Disable C++ exceptionsGravatar Loo Rong Jie2018-07-04
|/ / / /
* | | | Add KinesisDataset support for tensorflow Dataset (#19712)Gravatar Yong Tang2018-07-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add KinesisDataset support for tensorflow Dataset This fix is an attempt to add Kinesis support for tensorflow's Dataset. Kinesis is provided by AWS as a managed data streaming service. It is similiar to Apache Kafka, often used in places where maintaining a independent Kafka cluster on AWS is not desirable or possible. This fix adds the Kinesis support for tensorflow Dataset. Similiar to the Kafka integration in tensorflow, KinesisDataset outputs tf.string for records. Test cases have also been added, which could be invoked manually. Signed-off-by: Yong Tang <yong.tang.github@outlook.com> * Expose KinesisDataset in dataset_ops.cc Signed-off-by: Yong Tang <yong.tang.github@outlook.com> * Expose KinesisDataset in python wrapper Signed-off-by: Yong Tang <yong.tang.github@outlook.com> * Add test cases for KinesisDataset Signed-off-by: Yong Tang <yong.tang.github@outlook.com> * Update AWS library include files Signed-off-by: Yong Tang <yong.tang.github@outlook.com> * Add Bazel BUILD files Signed-off-by: Yong Tang <yong.tang.github@outlook.com> * Rename s3_crypto to aws_crypto Signed-off-by: Yong Tang <yong.tang.github@outlook.com> * Rename with_s3_support to with_aws_support Signed-off-by: Yong Tang <yong.tang.github@outlook.com> * Selectively add kinesis to tensorflow/contrib/BUILD Signed-off-by: Yong Tang <yong.tang.github@outlook.com> * Set different partition key and pylint fix. Signed-off-by: Yong Tang <yong.tang.github@outlook.com> * Add missing modules in cmake's python_modules.txt Signed-off-by: Yong Tang <yong.tang.github@outlook.com> * Address review feedback Signed-off-by: Yong Tang <yong.tang.github@outlook.com>