Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Merged commit includes the following changes:
504684855 by A. Unique TensorFlower<gardener@tensorflow.org>:
Remove legacy references from `ops.py`.
This is done to eventually remove the lazy loads in `indexed_slices.py`.
--
504682660 by A. Unique TensorFlower<gardener@tensorflow.org>:
Add missing reference symbol.
--
504682467 by A. Unique TensorFlower<gardener@tensorflow.org>:
#tf-data-service Add a function to parse split file names.
--
504680829 by A. Unique TensorFlower<gardener@tensorflow.org>:
Update XNNPACK README to document feature parity for FP16 operators
--
504677404 by A. Unique TensorFlower<gardener@tensorflow.org>:
Automated rollback of changelist 504103068.
504676634 by A. Unique TensorFlower<gardener@tensorflow.org>:
Automated rollback of changelist 504656381.
504672100 by A. Unique TensorFlower<gardener@tensorflow.org>:
Delete compiler/xla/stream_executor/lib/initialize.h, update users to depend on stream_executor/platform/intialize.h directly
--
504669543 by A. Unique TensorFlower<gardener@tensorflow.org>:
Refactor transforms to make buildozer object injectable.
--
504667726 by A. Unique TensorFlower<gardener@tensorflow.org>:
Update all CI dependencies to non vulnerable versions.
This MUST land before branch cut.
--
504661218 by A. Unique TensorFlower<gardener@tensorflow.org>:
Update TFRT dependency to use revision
http://github.com/tensorflow/runtime/commit/c653281a1a23c0c3d41536a983c7d10fcc5b1fbf.
--
504660212 by A. Unique TensorFlower<gardener@tensorflow.org>:
Change TraceMeArg to keep a reference to an AlphaNum constructed on the stack rather than constructing it by value.
The eliminates a lifetime safety bug where AlphaNum uses a default constructed argument as a string buffer that was a dangling reference before.
Also add a LIFETIME_BOUND attribute to ensure this is used correctly.
--
504660069 by A. Unique TensorFlower<gardener@tensorflow.org>:
Add kIsOpenSource to tsl/platform/test.h
--
504659330 by A. Unique TensorFlower<gardener@tensorflow.org>:
Update usages of tensorflow::Status::SetPayload.
--
504656381 by A. Unique TensorFlower<gardener@tensorflow.org>:
Remove the scrubbing of constants in tpu_cluster_formation.
Instead, just ignore tf.Const attributes, in CollectAndGroupClusterOps. This
is functionally equivalent (for this pass), but a bit more clean since it
doesn't leave modified tf.Const ops behind.
--
504654874 by A. Unique TensorFlower<gardener@tensorflow.org>:
Add missing dependency for the Mac build.
--
504653641 by A. Unique TensorFlower<gardener@tensorflow.org>:
Internal visibility change
--
504648821 by A. Unique TensorFlower<gardener@tensorflow.org>:
Automated rollback of changelist 504006190.
BEGIN_PUBLIC
Rollback of PR #59418: [aarch64] enable acl linking for cpu xla for mkl_aarch64_threadpool config
Reason: The configuration is still not very well-tested.
END_PUBLIC
504645490 by A. Unique TensorFlower<gardener@tensorflow.org>:
Fix input validation for GRU ops.
--
504633571 by A. Unique TensorFlower<gardener@tensorflow.org>:
[SE] Replace uses of stream_executor::port::error with tsl::error.
This lets us remove stream_executor/lib/error.h!
No functional change; these are aliases of one another.
--
504633188 by A. Unique TensorFlower<gardener@tensorflow.org>:
Update tf.tpu.experimental.initialize_tpu_system to disable running on eager mode.
--
504618714 by A. Unique TensorFlower<gardener@tensorflow.org>:
[XLA:GPU] Update hlo graph dumper to additionally dump the gemm epilogue from the GemmBackendConfig
--
504618661 by A. Unique TensorFlower<gardener@tensorflow.org>:
Fix ODR violation from zen_util.h
--
504616623 by A. Unique TensorFlower<gardener@tensorflow.org>:
[tf.data] Collect the iterator's memory usage metrics for /tfdataz page.
--
504612989 by A. Unique TensorFlower<gardener@tensorflow.org>:
Internal change
PiperOrigin-RevId: 504684855- Loading branch information