aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/xla
Commit message (Expand)AuthorAge
* 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 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
* 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
* Enable while_test for the GPU backend.Gravatar Adrian Kuegel2018-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
* Make HLO liveness analysis correctly handle computations with side effect ins...Gravatar A. Unique TensorFlower2018-09-17
* [XLA] Add ReduceWindow test.Gravatar Michael Kuperstein2018-09-17
* [XLA] Allow adding extra instructions in HloComputation::CloneWithReplacementsGravatar Michael Kuperstein2018-09-17
* Conditionally allow changing a non-fusion computation root_instruction shape.Gravatar A. Unique TensorFlower2018-09-16
* [XLA] Support strength reducing bfloat16 dot productsGravatar David Majnemer2018-09-14
* [XLA] Add hook for dump directory expansion.Gravatar Chris Leary2018-09-13
* Simplify the initialization function in algortihm picker. No functional change.Gravatar Tim Shen2018-09-13
* Fix bug in kSlice implementation in evaluator.Gravatar Mark Heffernan2018-09-13
* Fix the outfeed test and add a test for empty while loop body.Gravatar A. Unique TensorFlower2018-09-13
* Add HloModuleGroup abstraction.Gravatar Mark Heffernan2018-09-13
* internal change only.Gravatar A. Unique TensorFlower2018-09-12
* Do not DCE while bodies which have IO operations.Gravatar A. Unique TensorFlower2018-09-12
* Convert a few more tests to hlo_verified_test_base.Gravatar Dimitris Vardoulakis2018-09-12
* Clean-up a TODO following a previous change via b/69266521Gravatar A. Unique TensorFlower2018-09-12
* Preserve unique ids when serializing/deserializing HLO protos.Gravatar Mark Heffernan2018-09-12
* [XLA] A queue interface to allow fusion in different orders.Gravatar Yuanzhong Xu2018-09-12
* [XLA] Teach Literal to round trip S8 through protosGravatar Benjamin Kramer2018-09-12
* [XLA] Delete source_map_util.cc (dead code).Gravatar Justin Lebar2018-09-11
* Make exhaustive_f32_elementwise_op_test build again and mark it as brokenGravatar Sanjoy Das2018-09-11
* Fix 31 ClangTidy - Readability findings in //tensorflow/compiler/xla/.Gravatar Benjamin Kramer2018-09-11
* Fix a typo in cudnn_convolution_rewriter.Gravatar Adrian Kuegel2018-09-11
* internal change only.Gravatar A. Unique TensorFlower2018-09-10
* Simplify algorithm picker's internal interface.Gravatar Tim Shen2018-09-10
* [XLA:GPU] Don't canonicalize forward convs with constant filters to backwards...Gravatar Justin Lebar2018-09-10
* Simplify convolution_thunk's interface.Gravatar Tim Shen2018-09-10
* [XLA:GPU] Don't canonicalize forward convs with constant filters to backwards...Gravatar Justin Lebar2018-09-10
* Cleanup cudnn_convolution_runner's interface. Use a struct to pack mostGravatar Tim Shen2018-09-10
* Convert layout_assignment_test to use HloVerifiedTestBase.Gravatar Dimitris Vardoulakis2018-09-10