aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler
Commit message (Expand)AuthorAge
...
* | | Changed FusedBatchNorm and FusedBatchNormGrad to use allowed_values for data_...Gravatar A. Unique TensorFlower2018-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
* | | Optimize function before functionalization.Gravatar Tong Shen2018-09-25
* | | [XLA] Avoid recursion in global decreasing size best-fit heap.Gravatar Yuanzhong Xu2018-09-25
* | | Fix memory leaks of Var objects in the XlaCompileOnDemandOp and SnapshotResou...Gravatar Derek Murray2018-09-25
* | | [XLA] Make HloComputation::instruction_count() constant-time.Gravatar Michael Kuperstein2018-09-25
* | | Add fast-paths and reduce onerous precondition overhead in optimized mode.Gravatar A. Unique TensorFlower2018-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
* | | Remove the "constants" input group from _XlaRun; NFCGravatar Sanjoy Das2018-09-24
* | | Inline kernel tracing logic into `ExecutorState::Process()`.Gravatar Derek Murray2018-09-24
* | | Make sure broken tests are filtered out in XLA tests suites.Gravatar Gunhan Gulsoy2018-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
* | | Enable platform selection in GRPC service.Gravatar A. Unique TensorFlower2018-09-22
* | | Add a flag that lets users override the number of host "devices" as seen by XLAGravatar Sanjoy Das2018-09-21
* | | [tf:xla]Implement DivNoNan.Gravatar A. Unique TensorFlower2018-09-21
* | | Move winograd algorithm workaround to stream executor.Gravatar Tim Shen2018-09-21
* | | Create a GRPC service library to enable reuse in other parts of the code base.Gravatar A. Unique TensorFlower2018-09-21
* | | Update BuildComputation function comment.Gravatar Ruoxin Sang2018-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
* | | [XLA] Dump the original, unclustered graph with --tf_xla_clustering_debug.Gravatar Thomas Joerg2018-09-21
* | | [XLA:CPU] Re-enable half float tests for unary opsGravatar Benjamin Kramer2018-09-21
* | | It is more computationally efficient to represent resize bilinear as aGravatar Blake Hechtman2018-09-20
* | | Split XlaLaunch into XlaCompile and XlaRun; NFCGravatar Sanjoy Das2018-09-20
* | | [XLA] Don't create mixed precision operations accidentallyGravatar David Majnemer2018-09-20
* | | [XLA:TF] Whitelist quantized types for CPU/GPUGravatar Benjamin Kramer2018-09-20
* | | Automated rollback of commit da3357ecbdd6772413e8bbceeab8238971be11ceGravatar Adrian Kuegel2018-09-20
* | | Internal change.Gravatar A. Unique TensorFlower2018-09-20
* | | Automated rollback of commit 31c0857f6b5d79f4a7b16ee4af85f0bde8b5f5daGravatar A. Unique TensorFlower2018-09-20
* | | Add AOT test case for XlaSort.Gravatar Adrian Kuegel2018-09-20
* | | Add feature_group_count parameter of Convolution op to xla_client.py.Gravatar Adrian Kuegel2018-09-20
* | | Add VerifiedHloModule class.Gravatar Mark Heffernan2018-09-19
* | | [XLA] Add R2 strided slice test.Gravatar Michael Kuperstein2018-09-19
* | | Added ABSL_DEPRECATED annotations to various deprecated TensorFlow functions.Gravatar A. Unique TensorFlower2018-09-19
* | | Simplify ir_emitter_unnested so that it doesn't take a look at convGravatar Tim Shen2018-09-19
* | | [XLA:TF] Re-disable testRandomUniformIsInRangeGravatar Benjamin Kramer2018-09-19
* | | Remove non-determinism in model-parallel compilationGravatar HyoukJoong Lee2018-09-19
* | | Return error message with illegal input rather than check-failing in op_kernel.Gravatar Jacques Pienaar2018-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