aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/xla/service/hlo_verifier.h
Commit message (Expand)AuthorAge
* [XLA] Extend the HLO verifier to check that non-layout-changing instructionsGravatar Bixia Zheng2018-10-05
* Remove CHECKs from HloInstruction constructors.Gravatar Mark Heffernan2018-10-04
* Add interface for HLO passes which run on HloModuleGroup.Gravatar Mark Heffernan2018-09-19
* [XLA] Add the xla interface for CollectivePermute.Gravatar A. Unique TensorFlower2018-08-28
* [XLA] Add and use a layout-sensitive HLO verifier.Gravatar Justin Lebar2018-08-24
* [XLA] Use absl string types and functions instead of the TF versions.Gravatar Justin Lebar2018-08-23
* Remove HostCompute HLO.Gravatar Tong Shen2018-08-21
* [XLA] Use absl::make_unique instead of xla::MakeUnique.Gravatar Justin Lebar2018-08-20
* [XLA] Enhance the HLO verifier to report errors for illegal Rng instructions.Gravatar Bixia Zheng2018-08-10
* [XLA] Add the xla interface for AllToAll.Gravatar A. Unique TensorFlower2018-08-08
* [XLA] Add Scatter HLO.Gravatar A. Unique TensorFlower2018-08-01
* Start implementation of Iota HLO.Gravatar Nick Desaulniers2018-07-20
* Add single-sided host send and receive operations.Gravatar Mark Heffernan2018-07-17
* Add shape compatibility check for kCall and kConditional.Gravatar A. Unique TensorFlower2018-07-11
* [TF:XLA] Split select HLO into array- and tuple-select.Gravatar A. Unique TensorFlower2018-07-03
* Rename HLO opcode kGenerateToken to kAfterAll.Gravatar Mark Heffernan2018-06-25
* Add kGenerateToken HLO instruction.Gravatar Mark Heffernan2018-06-08
* [XLA] s/tensorflow::Status/Status/.Gravatar Justin Lebar2018-05-11
* [TF:XLA] Now that the compiler no longer introduces implicit broadcasts, forb...Gravatar Dimitris Vardoulakis2018-04-20
* [TF:XLA] Factor out the handling of while instructions to make HloVerifier::R...Gravatar Dimitris Vardoulakis2018-04-19
* Automated g4 rollback of changelist 192180356Gravatar Dimitris Vardoulakis2018-04-18
* Add opcode for new instruction that broadcasts degenerate dimensions.Gravatar Dimitris Vardoulakis2018-04-09
* [XLA] Add some plumbing, documentation, verification and shape inference for ...Gravatar Sanjoy Das2018-02-16
* [TF:XLA] Adds HostCompute HLO - a pseudo-op to represent host-side computation.Gravatar A. Unique TensorFlower2018-02-16
* [XLA] An HLO pass that folds BF16 F32 conversions: if an HLO already supports...Gravatar Yuanzhong Xu2018-02-12
* [XLA] Reset ShapeVisitor's state between runs of the verifier.Gravatar Justin Lebar2018-01-28
* Remove THIRD_PARTY_ from #include guardsGravatar Sanjoy Das2018-01-24
* Allow backends to specify a custom ShapeVerifier to HloVerifier.Gravatar Brian Patton2018-01-11
* [XLA] Rip CheckFusionNode() out of instruction, and move it into the HLO veri...Gravatar A. Unique TensorFlower2017-09-06
* Add check in HloVerifier that the size of a bitcast's output matches the size...Gravatar Mark Heffernan2017-08-30
* [XLA] Add HLO verifier that checks HLO instruction's parent computation.Gravatar A. Unique TensorFlower2017-03-28