aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/xla/service
Commit message (Expand)AuthorAge
...
* | [XLA] Fix some outdated comments referring to FlatMapGravatar Benjamin Kramer2018-10-02
* | Add a hint parameter to TransferLiteralToDeviceAsync that the implementation ...Gravatar A. Unique TensorFlower2018-10-02
* | Fix layout assignment for cross module all reduceGravatar A. Unique TensorFlower2018-10-02
* | Merge pull request #21958 from MattConley:CudaOccupancyGravatar TensorFlower Gardener2018-10-01
|\ \
* | | [XLA] Migrate from gtl::FlatSet to absl::flat_hash_setGravatar Benjamin Kramer2018-10-01
* | | [XLA] Add kAllToAll and kCollectivePermute to EffectiveOperandPrecisionIsOutp...Gravatar A. Unique TensorFlower2018-10-01
* | | Improve error message in transpose shape inference.Gravatar Tayo Oguntebi2018-10-01
* | | [XLA] Migrate from gtl::FlatMap to absl::flat_hash_mapGravatar Benjamin Kramer2018-10-01
* | | Name fusion parameters simply "param_X".Gravatar Mark Heffernan2018-10-01
* | | [HloOrdering] Make parameter always defined before other instructions.Gravatar Yunxing Dai2018-09-30
* | | [XLA] Use a result cache to speed up InstructionFusion::CanFuseOnAllPaths()Gravatar Yuanzhong Xu2018-09-27
* | | Add opaque field to custom call.Gravatar Mark Heffernan2018-09-27
* | | [XLA] Don't use NumUniqueInstructionIds() as a proxy for instruction_count()Gravatar Michael Kuperstein2018-09-26
* | | [XLA] In HloEvaluator, fix an issue where the return type and native type are...Gravatar Kay Zhu2018-09-25
* | | [XLA:GPU] Pad convolution features of size 3 up to 4.Gravatar Justin Lebar2018-09-25
* | | Add a new pass after convolution rewriter and pad insertion, to patternGravatar Tim Shen2018-09-25
* | | [XLA] Avoid recursion in global decreasing size best-fit heap.Gravatar Yuanzhong Xu2018-09-25
* | | [XLA] Make HloComputation::instruction_count() constant-time.Gravatar Michael Kuperstein2018-09-25
* | | [XLA] Use \n rather than <br/> for linebreaks in graphviz tooltips.Gravatar Justin Lebar2018-09-24
* | | Add cuDNN fused convolution forward support.Gravatar Tim Shen2018-09-24
* | | Short-circuit AllOf as well. This fixes a crash in ConstantScalar, as itGravatar Tim Shen2018-09-24
* | | Fix Hlo pattern matcher's AnyOf, so that a sub-pattern doesn't captureGravatar Tim Shen2018-09-24
* | | Remove the public uses of CreateCudnnConv* in the favor ofGravatar Tim Shen2018-09-24
* | | Fix typo in error message.Gravatar Sanjoy Das2018-09-24
* | | [XLA] Update Scatter to ignore out-of-bound indices.Gravatar A. Unique TensorFlower2018-09-24
* | | Further simplify the cuDNN wrappers. Instead of passing aroundGravatar Tim Shen2018-09-24
* | | Generalize sort implementation in the HloEvaluator.Gravatar Adrian Kuegel2018-09-24
* | | Add a flag that lets users override the number of host "devices" as seen by XLAGravatar Sanjoy Das2018-09-21
* | | Move winograd algorithm workaround to stream executor.Gravatar Tim Shen2018-09-21
* | | Ensure that no capture is done unless Match() return true. Otherwise theGravatar Tim Shen2018-09-21
* | | [XLA] Add a global decreasing size best-fit buffer allocation algorithm, whic...Gravatar Yuanzhong Xu2018-09-21
* | | Simplify XLA pattern matcher to explicitly construct AllOf relations,Gravatar Tim Shen2018-09-21
* | | It is more computationally efficient to represent resize bilinear as aGravatar Blake Hechtman2018-09-20
* | | [XLA] Don't create mixed precision operations accidentallyGravatar David Majnemer2018-09-20
* | | Automated rollback of commit da3357ecbdd6772413e8bbceeab8238971be11ceGravatar Adrian Kuegel2018-09-20
* | | Internal change.Gravatar A. Unique TensorFlower2018-09-20
* | | Add VerifiedHloModule class.Gravatar Mark Heffernan2018-09-19
* | | Simplify ir_emitter_unnested so that it doesn't take a look at convGravatar Tim Shen2018-09-19
* | | Remove non-determinism in model-parallel compilationGravatar HyoukJoong Lee2018-09-19
* | | [XLA:CPU] Add an emitter for erfinv(double) and erfinv(half).Gravatar Benjamin Kramer2018-09-19
* | | Treat kDomain instruction as a pure pass-through in HloValueGravatar A. Unique TensorFlower2018-09-19
* | | Add interface for HLO passes which run on HloModuleGroup.Gravatar Mark Heffernan2018-09-19
* | | Run CPU tests remotely.Gravatar A. Unique TensorFlower2018-09-19
* | | Replace DLOG(FATAL) with an Unimplemented error.Gravatar Adrian Kuegel2018-09-19
* | | Implement sort op for CPU.Gravatar Adrian Kuegel2018-09-19
* | | [TF:XLA] Change HloPtrComparator to work across HLO modules. Declaring the me...Gravatar Dimitris Vardoulakis2018-09-18
* | | Add layout information to logging.Gravatar Tim Shen2018-09-18
* | | Add ConstantScalar, WithPredicate, Disjunction, and OpAnyOrder (where OpGravatar Tim Shen2018-09-18
* | | [TF:XLA] Document that the order of control predecessors matters.Gravatar Dimitris Vardoulakis2018-09-18
* | | Remove unnecessary side-effect test, since HLO liveness now reports correctGravatar A. Unique TensorFlower2018-09-17