master
Name already in use
Commits on Nov 29, 2022
-
Update TFRT dependency to use revision
http://github.com/tensorflow/runtime/commit/6643084df0385624d9ecdaa7861479f62aef87ea. PiperOrigin-RevId: 491497457
-
Integrate LLVM at llvm/llvm-project@bf15f1e489aa
Updates LLVM usage to match [bf15f1e489aa](llvm/llvm-project@bf15f1e489aa) PiperOrigin-RevId: 491495923
-
Disable flags_test for macOS until sysconfig.get_path is fixed
PiperOrigin-RevId: 491487463
-
Create a hook interface in open source that updates metrics about XLA…
… TPU compilation PiperOrigin-RevId: 491486664
-
Refactor directed_interleave_dataset_test to move out tests for `choo…
…se_from_datasets` and `sample_from_datasets` to their designated test targets. PiperOrigin-RevId: 491476188
-
Partial fix for issue with tensors containing dynamic size.
PiperOrigin-RevId: 491473961
-
Update TFRT dependency to use revision
http://github.com/tensorflow/runtime/commit/7cfacc90f7cb99eaa77b004be44c2cb653b84497. PiperOrigin-RevId: 491469530
-
[xla:gpu:runtime] Add captured CUDA graphs caching
PiperOrigin-RevId: 491469302
-
Integrate LLVM at llvm/llvm-project@5611bf69fc48
Updates LLVM usage to match [5611bf69fc48](llvm/llvm-project@5611bf69fc48) PiperOrigin-RevId: 491466869
-
Re-generate Flatbuffer in lite/experimental/acceleration/configuration
PiperOrigin-RevId: 491464313
-
Stop defaulting the default constructor for Padding2D.
In C++20, types that declare any constructors are no longer aggregates, breaking existing instances of aggregate initialization of this type. PiperOrigin-RevId: 491463757
Commits on Nov 28, 2022
-
Declare explicit instantiations.
PiperOrigin-RevId: 491463266
-
Adds Python Bindings for HloModuleGroup and Hlo passes. Passes can be…
… invoked through Python for interactively understanding compiler behaviors. PiperOrigin-RevId: 491460870
-
Remove enable_native_ops and its usages
PiperOrigin-RevId: 491460786
-
Migrates _pywrap_tf_optimizer to cc_shared_library.
Links _pywrap_tensorflow_internal.so and libtensorflow_framework.so using dynamic_deps. This change removes duplicated statically linked targets. PiperOrigin-RevId: 491459689
-
Remove internal_cuda_deps from tensorflow.default.bzl. It is empty an…
…d only used in one place PiperOrigin-RevId: 491454542
-
Add a blank line after Doxygen '\file' declarations.
This is needed otherwise the following text is interpreted as the file name, rather than the file description. (See docs for \file at <https://doxygen.nl/manual/commands.html#cmdfile>.) PiperOrigin-RevId: 491454526
-
Add rerandomize_each_iteration option to sample_from_datasets. This o…
…ption controls behavior of seeded sequence of random numbers used for sampling. If set to `True`, the same deterministic random number sequence is generated every epoch. If set to `False`, a different deterministic sequence of random numbers is generated every epoch. PiperOrigin-RevId: 491454310
-
Correct comments about the default behavior for
random()
. The defau……lt behavior is not re-randomizing for each epoch. PiperOrigin-RevId: 491439277
-
Improve error message for padded_batch dataset elements type check.
Added special error message for the case of datasets of datasets. Also tweaked the message to make it a bit clearer for other unsupported cases. PiperOrigin-RevId: 491439181
-
Update TFRT dependency to use revision
http://github.com/tensorflow/runtime/commit/32b22e9d6dc3aea0d57e5d008e247a3bb762b59e. PiperOrigin-RevId: 491437498
-
#tf-data Optimize byte counting code.
For non-variant datasets, we were previously generating and then discarding two error statuses. Now we instead just check the tensor's dtype and avoid any expensive logic for non-variants. PiperOrigin-RevId: 491436015
-
[mlir][tosa] Adds MHLO -> TOSA legalizations for while and return
PiperOrigin-RevId: 491433862
-
Update TFRT dependency to use revision
http://github.com/tensorflow/runtime/commit/1c7d6ebe575e48ba36c9269d2fe8c1d8574bf804. PiperOrigin-RevId: 491431440
-
Replace tf_cuda_cc_test with tsl_gpu_cc_test in compiler/xla
PiperOrigin-RevId: 491428255
-
[DelegatePerformanceBenchmark] Allow the stable ABI delegate provider…
… to load JSON formatted delegate settings file. PiperOrigin-RevId: 491427698
-
Updated tf.while_loop and tf.cond v2 docstrings
- Referring to AutoGraph with code examples and link to the tutorial page - Converting old-style code doc to teatable doc test PiperOrigin-RevId: 491426452
-
Migrates pywrap_saved_model to cc_shared_library.
AddS libtensorflow_framework and pywrap_tensorflow_internal using cc_shared_library dynamic_deps to pywrap_saved_model. Updates def_file_filter.py.tpl to export the missing symbols in Windows. PiperOrigin-RevId: 491424390
-
Update TFRT dependency to use revision
http://github.com/tensorflow/runtime/commit/26054603bdc2944d9c697270a0cd784825e66a7d. PiperOrigin-RevId: 491423175
-
Integrate LLVM at llvm/llvm-project@f51170bffd50
Updates LLVM usage to match [f51170bffd50](llvm/llvm-project@f51170bffd50) PiperOrigin-RevId: 491420075
-
* update tf_cuda_library to tsl_gpu_library * update tf_copts to tsl_copts * update get_compatible_with_cloud to use TSL version PiperOrigin-RevId: 491414513
-
Return from method GetDeadlineOp::Compute when deadline is not presen…
…t (instead of using the not present optional). PiperOrigin-RevId: 491413078
-
[XLA] Add gpu test for xla_compile
PiperOrigin-RevId: 491412157
-
Merge pull request #58288 from Jerry-Ge:master
PiperOrigin-RevId: 491409453
-
[xla:runtime] NFC: Simplify custom call test
Simplify TestOpts by removing options that are already available as CompilationPipelineOptions struct. PiperOrigin-RevId: 491408306