aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/xla/service/hlo_verifier.cc
Commit message (Expand)AuthorAge
...
* [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
* Add more debugging output, filtering by int_type in XLA test, more tests.Gravatar Jacques Pienaar2018-03-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
* Add check for valid outfeed shape on outfeed creation and in HloVerifier.Gravatar Mark Heffernan2018-01-19
* [XLA] Simplify trivial pad/reduce-window combos into broadcasts.Gravatar Chris Leary2018-01-19
* Allow backends to specify a custom ShapeVerifier to HloVerifier.Gravatar Brian Patton2018-01-11
* Automated g4 rollback of changelist 180000981Gravatar A. Unique TensorFlower2018-01-02
* Automated g4 rollback of changelist 179983419Gravatar A. Unique TensorFlower2017-12-23
* Adds FFT for XLA: CPU via Eigen, GPU via cuFFT.Gravatar A. Unique TensorFlower2017-12-22
* Add HLO structure verifier to HloVerifier.Gravatar Mark Heffernan2017-12-14
* Removes invariant that bitcasts must have the same shape byte size as their o...Gravatar A. Unique TensorFlower2017-12-08
* Allow CrossReplicaSum to take multiple operands internally.Gravatar Bjarke Hammersholt Roune2017-12-05
* Automated g4 rollback of changelist 177204171Gravatar A. Unique TensorFlower2017-12-01
* [XLA] Adds Dot with DotDimensionNumbers proto for specifying arbitrary contra...Gravatar A. Unique TensorFlower2017-11-30
* Change HLO verifier semantics for bitcasts to: Bitcasts that are not the root...Gravatar A. Unique TensorFlower2017-11-28
* Minor cleanup - replace users()[0] with users->front().Gravatar A. Unique TensorFlower2017-11-22
* [XLA] Add BitcastConvert HLO op to enable bitwise operations onGravatar A. Unique TensorFlower2017-11-21
* [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
* [TF:XLA] Reduce boilerplate code in HLO visitors.Gravatar A. Unique TensorFlower2017-10-30
* In the overloaded HloVerifier::CheckShape, include the failing instruction inGravatar A. Unique TensorFlower2017-10-30
* [XLA:CPU] [XLA:GPU] Adds compiler support for C64 primitive type, including r...Gravatar A. Unique TensorFlower2017-10-27
* [XLA] Make HloModule::computations() return raw pointers.Gravatar Justin Lebar2017-09-29
* [XLA] Make HloComputation::instructions() return a view of HloInstruction*s.Gravatar Justin Lebar2017-09-28
* [XLA] Add checks for while loops to HLO verifier.Gravatar Justin Lebar2017-09-28
* Automated g4 rollback of changelist 170130811Gravatar David Majnemer2017-09-28
* [XLA] Split input and output in ConvolutionDimensionNumbersGravatar David Majnemer2017-09-26
* [XLA] Map API change to enable mapping over an arbitrary set of dimensions.Gravatar A. Unique TensorFlower2017-09-26
* [XLA] Add support for convolution to ShapeVerifierGravatar David Majnemer2017-09-19
* Merge changes from github.Gravatar Patrick Nguyen2017-09-15
* Verify the output shapes of (almost) all HLO opcodes in the HloVerifier.Gravatar Mark Heffernan2017-09-14
* [XLA] Rip CheckFusionNode() out of instruction, and move it into the HLO veri...Gravatar A. Unique TensorFlower2017-09-06
* Fix conversion to explicit scalar broadcastGravatar A. Unique TensorFlower2017-09-06
* [XLA] Sanity check the list of called computations for fusion nodesGravatar David Majnemer2017-08-31
* [TF:XLA] Don't pass opcode separately in two HLO visitor functions.Gravatar A. Unique TensorFlower2017-08-30
* Add check in HloVerifier that the size of a bitcast's output matches the size...Gravatar Mark Heffernan2017-08-30
* Verify the output shape of HLO instructions in the HloVerifier. This change a...Gravatar Mark Heffernan2017-08-28
* Make HloInstruction names unique with an HloModule.Gravatar A. Unique TensorFlower2017-07-04
* [XLA] Represent fusion instructions as a HloComputationGravatar A. Unique TensorFlower2017-04-17
* [XLA] Add HLO verifier that checks HLO instruction's parent computation.Gravatar A. Unique TensorFlower2017-03-28