Commit Graph

361 Commits

Author SHA1 Message Date
Jonathan Hseu
83c6e0c63a Switch open-source to use jemalloc for CPU Tensor memory allocation, gRPC, and other places where we call malloc/free.
- Only enabled on Linux for now.
- Added as a ./configure option defaulting to enabled.
Change: 144266237
2017-01-11 16:45:22 -08:00
Andrew Harp
cf89bcc567 Revise outdated comment about core:android_srcs
Change: 144094196
2017-01-10 10:06:58 -08:00
Pete Warden
354972df8a Move SIMD feature warnings to the first use of intensive CPU computation, rather than startup.
Change: 143570811
2017-01-04 11:07:44 -08:00
Eli Bendersky
7815fcba77 Internal-only change
Change: 143229827
2016-12-29 22:47:12 -08:00
Eli Bendersky
fef50bf056 Internal-only change
Change: 143225756
2016-12-29 22:44:25 -08:00
A. Unique TensorFlower
95a954ab39 Remove default support for Google Cloud Platform that was introduced recently.
Some users do not want or need this support and it significantly increases
their dependencies and binary sizes.  After this change, users must explicitly
depend on :gcs_file_system to enable this support.
Change: 143129406
2016-12-28 13:58:59 -08:00
Justine Tunney
bb890ea5fa Make TensorFlow build libcurl from scratch
Google Cloud Platform support is now available for everyone by default.

Fixes 
Change: 143077241
2016-12-27 21:08:52 -08:00
A. Unique TensorFlower
e959223fd3 Automated rollback of change 142681535
Change: 142694447
2016-12-21 13:30:08 -08:00
A. Unique TensorFlower
1583f18633 Adding BigQuery Reader OP.
This changelist adds the necessary C++ and Python code to register a new op to partition and read BigQuery tables.
Change: 142681535
2016-12-21 11:27:19 -08:00
A. Unique TensorFlower
d2f25ad5cf Add gpu_headers_lib for use by op kernels. Expose the device event mgr to
the event manager.
Change: 142660218
2016-12-21 07:24:23 -08:00
A. Unique TensorFlower
80d9c58d62 Introducing common tf io compression options constants for RecordReader/RecordWriter
Change: 142479204
2016-12-19 13:26:06 -08:00
Justine Tunney
5866e065bc Remove hourglass imports from kernel_tests
Change: 142080137
2016-12-14 16:43:13 -08:00
Martin Wicke
2e4869af1a Merge changes from github.
Change: 142074581
2016-12-14 16:04:11 -08:00
Justine Tunney
92cc148de0 Name the nameless build rules
Without names they can't be refactored.
Change: 141621006
2016-12-09 18:04:25 -08:00
Vinu Rajashekhar
e390dcdc93 Automated rollback of change 140909396
Change: 141612098
2016-12-09 16:24:30 -08:00
Andrew Harp
1cb96893a6 Merge changes from github.
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
2016-12-08 20:21:45 -08:00
Neal Wu
e3f8d2a085 Moved tensorflow/models to models/tutorials and replaced all tutorial references to tensorflow/models
Change: 141503531
2016-12-08 17:23:13 -08:00
Benoit Steiner
15a996fb56 Export the framework/versions.h header file.
Change: 141376479
2016-12-07 17:03:56 -08:00
A. Unique TensorFlower
8f706abe75 Refactor resource ops. There are many ops producing different kinds of resources, and the same code pattern is repeated in several places.
Change: 141323281
2016-12-07 10:21:54 -08:00
A. Unique TensorFlower
db2a81a82c Add a :debug BUILD target which, when linked into a binary, enables
DirectSession support for TensorFlow Debugger (tfdbg).  Binaries that do not
want debugging support can avoid this dependency and its transitive deps.  This
replaces the previous approach that was based on a preprocessor flag
(-DNOTFDBG).
Change: 141321165
2016-12-07 10:05:48 -08:00
Jingyue Wu
b2bcf5f75e Locate libdevice files for OSS build.
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
2016-12-06 16:13:04 -08:00
Vinu Rajashekhar
2dfcc89d16 Adds a platform-specific hook to start a monitoring exporter.
Change: 140909396
2016-12-02 16:46:10 -08:00
A. Unique TensorFlower
1af94c2698 Moves metrics/sets and tensor_util.convert_to_tensor_or_sparse_tensor from contrib to core.
Change: 140793359
2016-12-01 16:41:58 -08:00
Jingyue Wu
e1f44d854e Progress towards removing data dependency on libdevice_root.
Change: 140761549
2016-12-01 12:24:12 -08:00
A. Unique TensorFlower
46cd9298b8 Explicitly list core protos to be built into protos_all.
Remove extra list used for android builds, and use the new list in core:BUILD
instead.
Change: 140743365
2016-12-01 10:06:29 -08:00
Peter Hawkins
6cf3ec9c92 Internal-only change
Change: 140098006
2016-11-23 20:44:55 -08:00
Shanqing Cai
ef2a926ec0 tfdbg core: implement gRPC debug URLs
Change: 139976177
2016-11-22 17:44:29 -08:00
A. Unique TensorFlower
ecae26fb5c Fix SubProcess Communicate() for macOS.
On macOS, poll(2) may return POLLNVAL for a valid file descriptor that was
closed on its remote side (by the other process) before this process calls
poll() the first time.  Treat this case as an error.

Re-enable the SubProcess tests, one of which (StdinChildExit) appeared
flaky on macOS depending on the timing of the child process exiting and
the parent process first calling poll().
Change: 139850066
2016-11-21 17:07:31 -08:00
A. Unique TensorFlower
068e2393ed Updates build visibility
Change: 139629761
2016-11-18 15:25:08 -08:00
Gunhan Gulsoy
7409d62446 Disable platform_subprocess_test in opensource tests.
Change: 139551776
2016-11-18 00:05:57 -08:00
A. Unique TensorFlower
54e5000e0b Merge changes from github.
Change: 139516555
2016-11-17 15:45:18 -08:00
Asim Shankar
0e9512dc30 core: Ensure TF_VERSION_STRING follows semantic versioning.
It currently does not (0.11.0rc2), however, with this unittest
future changes to the TF_VERSION_STRING should follow the
semantic versioning 2.0 spec described at www.semver.org
Change: 139404692
2016-11-16 18:09:39 -08:00
A. Unique TensorFlower
3b9bbb977e XLA open-sourcing: remove dependency on util/process/subprocess.h.
Add to TensorFlow a subset of the functionality of SubProcess to support the
open-sourceable parts of XLA and support TensorFlow's own testing.

On google3 let it use the internal SubProcess from google3.  In the open-source
world, use the TF implementation of the feature subset.

Modify XLA and some TF tests to use the TF SubProcess.
Change: 139114815
2016-11-14 13:46:32 -08:00
Benoit Steiner
715585c506 Added a new rule to handle the OpenCL backend: we comment it out in
google3, and enable it in github. This is because we haven't imported the backed in google3 just yet.
Change: 138689620
2016-11-09 15:06:00 -08:00
Benoit Steiner
a771598ad8 Merge changes from github.
Change: 138675832
2016-11-09 13:48:22 -08:00
A. Unique TensorFlower
fec12c4901 Internal change.
Change: 138215608
2016-11-04 11:46:47 -07:00
A. Unique TensorFlower
d150ca80da Change for internal compatibility. 2016-11-04 07:07:39 -07:00
A. Unique TensorFlower
7c89c44112 Update generated Python Op docs.
Change: 137988710
2016-11-02 14:12:15 -07:00
A. Unique TensorFlower
41734d78d3 Automated rollback of change 137740850
Change: 137747341
2016-10-31 14:19:03 -07:00
A. Unique TensorFlower
2940b6c9ac Automated rollback of change 137731142
Change: 137740850
2016-10-31 13:38:39 -07:00
A. Unique TensorFlower
0d616c4565 Adds functionality for shape inference and dtype checking of variable-based resources.
Does not implement these resources yet as this change is big enough already.
Change: 137731142
2016-10-31 12:18:22 -07:00
A. Unique TensorFlower
e3b841bd93 Remove the GPU runtime from being linked into TensorFlow by default.
Users must explicitly depend on :gpu_runtime if they want support
for GPU operations.
Change: 137451312
2016-10-27 15:49:32 -07:00
A. Unique TensorFlower
80aec93166 Added new tensorflow::gtl::FlatMap and tensorflow::gtl::FlatSet classes.
Mostly drop-in replacements for std::unordered_map and std::unordered_set,
but much faster (does not do an allocation per entry, and represents
entries in groups of 8 in a flat array, which is much more cache efficient).

Benchmarks not included in this cl show about 3X to 5X performance
improvements over the std::unordered_{set,map} for many kinds of
common maps e.g. std::unordered_mapmap<int64, int64> or
std::unordered_map<string, int64>.
Change: 137401863
2016-10-27 09:21:12 -07:00
A. Unique TensorFlower
d6bf2e93cf Split out lib/jpeg into a separate library from the rest of
TensorFlow to avoid unnecessary transitive dependencies.
Change: 137281975
2016-10-26 09:18:29 -07:00
Vijay Vasudevan
4d0b2a57fa Package up all headers in pip package using the transitive_hdrs
rule for lib/framework, instead of manually curating the filegroup.

Note that this has to expose "internal" headers, such as
array_slice_internal.h, because array_slice.h includes array_slice_internal.h
and thus needs to be in the package to build.  This does *not*
mean that array_slice_internal is public, just that it must be
in the package.

If users start depending on internal headers, we can break them.
The policy is that only those headers that are visible in bazel
using "//visibility:public" are actually public (that is what
bazel can enforce).  Furthermore, this policy extends to
what we do for python: only documented headers/functions are
public, even if they are 'includable'.

Fixes .
Change: 137219132
2016-10-25 16:48:13 -07:00
A. Unique TensorFlower
289ddb1cb6 Add tfprof python API to tf.contrib and move tfprof CLI to tensorflow/tools.
Change: 137207286
2016-10-25 15:19:00 -07:00
A. Unique TensorFlower
9fb15ea28b Add FakeQuant ops and kernels for use with quantized training.
Change: 137081182
2016-10-24 14:47:26 -07:00
Vinu Rajashekhar
9286bb127e Adds a sampler monitoring api to monitor values which are distributions.
- Not yet ready to be used. The collection part hasn't been plumbed in yet.
Change: 136760667
2016-10-20 14:36:36 -07:00
Patrick Nguyen
c5ab3dd177 Merge changes from github.
Change: 136750267
2016-10-20 13:19:03 -07:00
A. Unique TensorFlower
8a0e81d81f Automated rollback of change 136664737
Change: 136743547
2016-10-20 12:18:07 -07:00