aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler
Commit message (Expand)AuthorAge
* Mark MatMulAndAddCompWithProfiling as manual.Gravatar Justin Lebar2018-08-27
* [TF:XLA] Run the points-to analysis for a module group.Gravatar Dimitris Vardoulakis2018-08-27
* Use a mixin to reduce llvm::IRBuilder<> related boilerplate.Gravatar Sanjoy Das2018-08-27
* Print cross-cluster edges; NFCGravatar Sanjoy Das2018-08-27
* Remove tensorflow::gtl::{Mutable,}ArraySlice's old API that don't show up in ...Gravatar Tim Shen2018-08-27
* Support returning resource handles from function in XLAGravatar Igor Ganichev2018-08-27
* [XLA] Use EXPECT rather than ASSERT where appropriate in literal_test.ccGravatar Justin Lebar2018-08-27
* [XLA] Switch to absl::StrFormat.Gravatar Justin Lebar2018-08-27
* Add regression test for b/112550242 related to conditionals and copy insertion.Gravatar Mark Heffernan2018-08-27
* [TF:XLA] Test zero element slice and update documentation.Gravatar A. Unique TensorFlower2018-08-27
* [XLA] Unify spelling of 'fusible'Gravatar Benjamin Kramer2018-08-27
* Reduce the overhead of invoking an OpKernel when tracing is not enabled.Gravatar Derek Murray2018-08-26
* Run AddSpecialCaseCopies in HloRematerialization.Gravatar Mark Heffernan2018-08-24
* [XLA] Use literal hashes in CSE, and make checking same-shaped literals fast.Gravatar Michael Kuperstein2018-08-24
* We don't have the need to reorder parameters.Gravatar Yunxing Dai2018-08-24
* Internal changeGravatar Justin Lebar2018-08-24
* Make compile_options a mandatory const-ref argument.Gravatar Sanjoy Das2018-08-24
* [XLA] Implement resize_images(BILINEAR, align_corners=false)Gravatar A. Unique TensorFlower2018-08-24
* Removed redundant std::string -> string conversions.Gravatar A. Unique TensorFlower2018-08-24
* Automated rollback of commit 2d4214415269bee2c8c98d5466c540e4004652fdGravatar A. Unique TensorFlower2018-08-24
* Use FormatNodeForError when reporting node names in errors.Gravatar Jacques Pienaar2018-08-24
* [XLA] Add a 64-bit comparison testGravatar David Majnemer2018-08-24
* Memory ordering is enforced by streams, we don't need to block TensorFlow's e...Gravatar A. Unique TensorFlower2018-08-24
* [TF:XLA] Use highest precision by default for triangular solve, cholesky deco...Gravatar Peter Hawkins2018-08-24
* Change 2 CHECK in BufferLiveness::live_range_strictly_before to DCHECKGravatar A. Unique TensorFlower2018-08-24
* [XLA:GPU] Schedule a DCE pass after multi-output fusionGravatar Benjamin Kramer2018-08-24
* [XLA:GPU] Allow sibling fusion of elementwise ops into multi-output loop fusi...Gravatar Benjamin Kramer2018-08-24
* [XLA:GPU] Consolidate shape checking for multi-output loop fusion againGravatar Benjamin Kramer2018-08-24
* [TF:XLA] Create DOT file css information with angle brackets.Gravatar A. Unique TensorFlower2018-08-24
* [XLA] Add and use a layout-sensitive HLO verifier.Gravatar Justin Lebar2018-08-24
* [XLA] Use absl::Hex instead of tensorflow::strings::Hex.Gravatar Justin Lebar2018-08-23
* [XLA] Use "absl::" rather than "::absl".Gravatar Justin Lebar2018-08-23
* Add missing #include <vector>.Gravatar Sanjoy Das2018-08-23
* [XLA] Stop including str_util.h.Gravatar Justin Lebar2018-08-23
* [tf2xla] Re-organize information about resource ops in one place; NFCGravatar Sanjoy Das2018-08-23
* Directly import tensor.proto.h (the transitive import will be removed from te...Gravatar Eugene Brevdo2018-08-23
* Use absl::make_unique in tf2xla.Gravatar Justin Lebar2018-08-23
* Use absl functions instead of str_util within tf2xla.Gravatar Justin Lebar2018-08-23
* [XLA] Remove uses of tensorflow::str_util::SplitAndParseAsInts.Gravatar Justin Lebar2018-08-23
* [XLA] Centralize BF16Normalization Tuple handlingGravatar Michael Kuperstein2018-08-23
* Remove tf2xla's str_util in favor of absl.Gravatar Justin Lebar2018-08-23
* [XLA] Get rid of some straggling references to tensorflow::str_util.Gravatar Justin Lebar2018-08-23
* [XLA] tensorflow::str_util::Lowercase -> absl::AsciiStrToLower.Gravatar Justin Lebar2018-08-23
* Delete the ParallelCheck op and its kernel.Gravatar Sanjoy Das2018-08-23
* [XLA] Switch from tensorflow::str_util::Join to absl::StrJoin.Gravatar Justin Lebar2018-08-23
* Clean up Literal comparision mismatch messages.Gravatar Mark Heffernan2018-08-23
* Auto-cluster TensorFlow's resource operations when legal.Gravatar Sanjoy Das2018-08-23
* Do not crash when an empty tuple is passed into hlo_sharding.Gravatar Yunxing Dai2018-08-23
* [TF:XLA] Add TensorFlow operators that wrap most HLO operators.Gravatar Peter Hawkins2018-08-23
* Don't auto-cluster must-be-constant ops with side effects.Gravatar Sanjoy Das2018-08-23