aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler
Commit message (Expand)AuthorAge
* [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
* Add interface for HLO passes which run on HloModuleGroup.Gravatar Mark Heffernan2018-09-19
* Enable while_test for the GPU backend.Gravatar Adrian Kuegel2018-09-19
* [TF:XLA] Enable ClipByValue test for integer typesGravatar Benjamin Kramer2018-09-19
* Enable tests for CPU and GPU backends that involve XlaSort.Gravatar Adrian Kuegel2018-09-19
* Run CPU tests remotely.Gravatar A. Unique TensorFlower2018-09-19
* Enable XlaSort and TopKV2 for CPU backend.Gravatar Adrian Kuegel2018-09-19
* Replace DLOG(FATAL) with an Unimplemented error.Gravatar Adrian Kuegel2018-09-19
* Implement sort op for CPU.Gravatar Adrian Kuegel2018-09-19
* Add xla.compile(), a low-level API that compiles graph with XLA.Gravatar Yanan Cao2018-09-18