aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/xla/service/hlo_matchers.h
Commit message (Expand)AuthorAge
* Support kDomain instructions in the HloMatcher frameworkGravatar A. Unique TensorFlower2018-10-10
* [XLA] Add support for algebraic simplifications involving kIotaGravatar David Majnemer2018-08-28
* [XLA] Use absl string types and functions instead of the TF versions.Gravatar Justin Lebar2018-08-23
* [XLA] gtl::optional->absl::optionalGravatar Yunxing Dai2018-08-21
* Add HLO matcher for the tuple-select HLO.Gravatar A. Unique TensorFlower2018-08-13
* [XLA] Add operator overloads for arithmetic and bitwise operations on XlaOp.Gravatar Peter Hawkins2018-06-26
* Rename HLO opcode kGenerateToken to kAfterAll.Gravatar Mark Heffernan2018-06-25
* Add support for TOKEN type to CPU/GPU backends.Gravatar Mark Heffernan2018-06-14
* [XLA] Move xla/tools/parser/* into xla/service.Gravatar Justin Lebar2018-06-01
* HloSharding parsing from string, used by new Sharding HloMatcher for ease of ...Gravatar A. Unique TensorFlower2018-05-23
* Rename HloDotWithContractDimsMatcher to HloDotWithContractingDimsMatcherGravatar Sanjoy Das2018-05-07
* Remove uses of the kTransposeDot fusionGravatar Sanjoy Das2018-05-07
* Support matching against shape string in HLO testing matchersGravatar A. Unique TensorFlower2018-04-26
* Introduce a new HLO shape and sharding matcher.Gravatar A. Unique TensorFlower2018-04-24
* [XLA] (Re-land) Add HLO matcher for CustomCall that accepts a call target.Gravatar Justin Lebar2018-01-26
* Automated g4 rollback of changelist 183296506Gravatar Justin Lebar2018-01-25
* [XLA] Add HLO matcher for CustomCall that accepts a call target.Gravatar Justin Lebar2018-01-25
* [XLA:GPU] Support BF16 data type.Gravatar A. Unique TensorFlower2018-01-23
* [XLA] Add conditional HloInstruction and handle conditional in DFS visitors.Gravatar A. Unique TensorFlower2017-11-17
* Change for asynchronous Send and Recv by splitting Send into {Send, SendDone}Gravatar HyoukJoong Lee2017-11-10
* [XLA] Add HLO matchers that check parameter numbers and GTE indices.Gravatar Justin Lebar2017-10-31
* [XLA] Remove dead opcode kIndex.Gravatar Justin Lebar2017-10-30
* [XLA] Remove dead kUpdate opcode.Gravatar Justin Lebar2017-10-25
* [XLA] Add ShiftLeft, ShiftRightArithmetic, and ShiftRightLogical operators.Gravatar Peter Hawkins2017-10-13
* [TF:XLA] Rename HloOpcode::kLogicalX to kXGravatar A. Unique TensorFlower2017-10-09
* [XLA] Move definition of xla::PrintTo out of line to fix duplicate definition...Gravatar Peter Hawkins2017-09-28
* [XLA] Add ReducePrecisionInsertion pass.Gravatar A. Unique TensorFlower2017-07-06
* Added and using GMock matcher for HloInstructionGravatar A. Unique TensorFlower2017-04-14