aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler
Commit message (Expand)AuthorAge
* Support kDomain instructions in the HloMatcher frameworkGravatar A. Unique TensorFlower2018-10-10
* Support removing side effecting instructions with RemoveInstructionAndUnusedO...Gravatar A. Unique TensorFlower2018-10-10
* Change user_set to an absl::flat_hash_set in HloInstruction.Gravatar A. Unique TensorFlower2018-10-10
* Emit xla::Or in TensorArrayScatterV3 for PRED types instead of xla::AddGravatar A. Unique TensorFlower2018-10-10
* [XLA] Add documentation and HLO-level support for multi-value sort.Gravatar Michael Kuperstein2018-10-09
* [XLA:GPU] Use CudnnConvKind in more places.Gravatar Justin Lebar2018-10-09
* [XLA] Cleanup: Make AllocationTracker::Resolve const.Gravatar A. Unique TensorFlower2018-10-09
* [XLA:GPU] Elide the SequentialThunk when emitting scatter with no copyGravatar Benjamin Kramer2018-10-09
* [XLA] Added xla::CreateModuleFromProto(...) combining loading moduleGravatar A. Unique TensorFlower2018-10-09
* [XLA] Allow scatter to share the operand buffer with the outputGravatar Benjamin Kramer2018-10-09
* [XLA:GPU] Pattern match atomic "apply" into an atomic storeGravatar Benjamin Kramer2018-10-09
* [XLA:GPU] Add an implementation of scatter for GPUGravatar Benjamin Kramer2018-10-09
* Fixes typo in Sort description.Gravatar Tayo Oguntebi2018-10-09
* Correctly pre-reserve visit state in HloInstruction::PostOrderDFSGravatar A. Unique TensorFlower2018-10-09
* Automated rollback of commit 375c109659d2d0e6265447dffdeb460693b3cccfGravatar A. Unique TensorFlower2018-10-09
* Enable support for PRED values in KeyValueSort for the HloEvaluator.Gravatar Adrian Kuegel2018-10-09
* [XLA] Introduce input/output alias config.Gravatar Yunxing Dai2018-10-08
* [XLA] Make overly-specific ShapeUtil predicate a little more general.Gravatar Chris Leary2018-10-08
* [XLA] Simplify loop nesting in HandleConvolutionGravatar David Majnemer2018-10-08
* Add more logging to the convolution transformations.Gravatar Tim Shen2018-10-08
* Add custom call with layout constraints.Gravatar Mark Heffernan2018-10-08
* Merge pull request #22303 from JuliaComputing:kf/broadcastshapevalGravatar TensorFlower Gardener2018-10-08
|\
* | Improve const correctness of HloDomainMapGravatar A. Unique TensorFlower2018-10-08
* | [XLA] Add base and window dilation support to ReduceWindowGravatar David Majnemer2018-10-06
* | [XLA:GPU] Remove hidden flag for disabling heuristic layout assignment.Gravatar Justin Lebar2018-10-05
* | [XLA:GPU] Use a struct for the return value of CudnnConvolutionAlgorithmPicke...Gravatar Justin Lebar2018-10-05
* | [XLA] Use the highest possible precision for large Iota inputs.Gravatar Blake Hechtman2018-10-05
* | Revert constant folding to previous state.Gravatar Tong Shen2018-10-05
* | [XLA] Extend the HLO verifier to check that non-layout-changing instructionsGravatar Bixia Zheng2018-10-05
* | Update XlaSort to match the underlying HLO.Gravatar A. Unique TensorFlower2018-10-05
* | [TF:XLA] Move broadcasting code out of BroadcastTo op into a common helper li...Gravatar Peter Hawkins2018-10-05
* | Use absl::Span for HloModuleGroupMetadataGravatar HyoukJoong Lee2018-10-05
* | [XLA:GPU] Fix old-ptxas-version detection logic.Gravatar Justin Lebar2018-10-04
* | Fix unused imports.Gravatar Jacques Pienaar2018-10-04
* | Add basic TensorList op support in bridge.Gravatar Jacques Pienaar2018-10-04
* | Rename "Inliner" to "MapInliner".Gravatar Mark Heffernan2018-10-04
* | [TF:XLA] Improve the accounting for subcomputations in the List scheduler to ...Gravatar Dimitris Vardoulakis2018-10-04
* | [TF:XLA] Fix inverted condition in randomized test.Gravatar Peter Hawkins2018-10-04
* | Few more fixes for issued in parsing invalid HLO module proto.Gravatar A. Unique TensorFlower2018-10-04
* | [XLA] Move FusionQueue class declaration into separate headerGravatar A. Unique TensorFlower2018-10-04
* | Roll forward change "Skip control flow functionalization if there is no Switc...Gravatar Tong Shen2018-10-04
* | Implement LiteralBase::Slice for all primitive typeGravatar A. Unique TensorFlower2018-10-04
* | Don't CHECK-fail on malformed graphs in deadness analysisGravatar Sanjoy Das2018-10-04
* | Automated rollback of commit f22037abf5a6f4581f5fb6013f72f91747f22965Gravatar A. Unique TensorFlower2018-10-04
* | Remove CHECKs from HloInstruction constructors.Gravatar Mark Heffernan2018-10-04
* | [TF:XLA] Don't expand complex64 tensors during TF/XLA lowering, if possible.Gravatar Peter Hawkins2018-10-04
* | Implement DataFormatVecPermute for XLA.Gravatar Adrian Kuegel2018-10-04
* | Improve the performance of the ListMemorySchedulerGravatar A. Unique TensorFlower2018-10-04
* | [XLA] Update Tf2Xla bridge to use Scatter HLO.Gravatar A. Unique TensorFlower2018-10-03
* | [XLA] Delete IsInplaceSlice.Gravatar Yuanzhong Xu2018-10-03