aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/xla/service
Commit message (Expand)AuthorAge
* Merge changes from github.Gravatar Vijay Vasudevan2017-07-28
* Lower concatenate operations to memcpy.Gravatar A. Unique TensorFlower2017-07-28
* [XLA] Create CallInliner HLO pass to recursively force-inline kCall operations.Gravatar Chris Leary2017-07-27
* [XLA] Use HloEvaluator for convolution in reference_util.Gravatar Kay Zhu2017-07-27
* Remove ShapeWithoutPadding() utility function, as it is no longer needed.Gravatar Tayo Oguntebi2017-07-27
* Update Dataset API documentation.Gravatar Jiri Simsa2017-07-27
* [XLA] Add Reduce, DynamicSlice and DynamicSliceUpdate to HloEvaluator.Gravatar Kay Zhu2017-07-26
* [XLA] Add TODO comment explaining why the IsScalar check exists.Gravatar A. Unique TensorFlower2017-07-26
* Remove unnecessary break statements.Gravatar A. Unique TensorFlower2017-07-26
* Highlight incoming/outgoing edges on hover in HLO graphviz dumps, and other i...Gravatar Justin Lebar2017-07-26
* [XLA] Fix a bug in cloning outfeeds, carried the wrong shape.Gravatar Chris Leary2017-07-26
* [XLA] Refactor insert-ReducePrecisionInsertion-pass code into a separate func...Gravatar A. Unique TensorFlower2017-07-26
* [XLA] Finish normalizing fusion computations into standard computationsGravatar A. Unique TensorFlower2017-07-26
* Show fusion nodes inline in HLO graph dumper.Gravatar Justin Lebar2017-07-25
* Improve the HLO graph dumper's output.Gravatar Justin Lebar2017-07-25
* Use correct order of arguments in call of valid_bitcast_callback_.Gravatar A. Unique TensorFlower2017-07-25
* Refactor HLO graph dumping.Gravatar Justin Lebar2017-07-25
* [XLA] Teach CPU and GPU compilers to optionally invoke the HLO insert-reduce-...Gravatar A. Unique TensorFlower2017-07-25
* Re-align asterisks for pointer types; NFCGravatar A. Unique TensorFlower2017-07-24
* Make the logic around linking to CPU runtime functions less error-prone.Gravatar A. Unique TensorFlower2017-07-24
* [XLA] StatusOr testing macro TF_ASSIGN_OR_ASSERT_OK => TF_ASSERT_OK_AND_ASSIGNGravatar A. Unique TensorFlower2017-07-24
* [XLA] Add support for sin(x) transcendental.Gravatar A. Unique TensorFlower2017-07-23
* Some improvements to HLO grapvhiz dumping.Gravatar Justin Lebar2017-07-21
* Revert "Make the logic around linking to CPU runtime functions less error-pro...Gravatar A. Unique TensorFlower2017-07-21
* [XLA] Remove replica count setting flag.Gravatar Eli Bendersky2017-07-21
* Update datalayout constant copied in XLA to match LLVM r308675Gravatar A. Unique TensorFlower2017-07-21
* Fix open-source build breakage related to std::dequeGravatar Shanqing Cai2017-07-20
* Add hlo_graph_dumper::GetInstructionsInNeighborhood, which lets youGravatar Justin Lebar2017-07-20
* Allow access to the module BufferLiveness applies to.Gravatar A. Unique TensorFlower2017-07-20
* Avoid using a static mutex to prevent initialization-order-fiasco.Gravatar A. Unique TensorFlower2017-07-20
* CPU IR Emitter: Lower slice operations with memcpy.Gravatar A. Unique TensorFlower2017-07-20
* Make the logic around linking to CPU runtime functions less error-prone.Gravatar A. Unique TensorFlower2017-07-20
* Read xla_hlo_profile() from the right DebugOptions object when assigning HloM...Gravatar A. Unique TensorFlower2017-07-20
* Split HLO profile display logic out of hlo_execution_profile.cc, movingGravatar Justin Lebar2017-07-19
* Internal change.Gravatar A. Unique TensorFlower2017-07-19
* [XLA] Move the flag from stream_assignment_flags into DebugOptionsGravatar Eli Bendersky2017-07-19
* Internal change.Gravatar A. Unique TensorFlower2017-07-19
* [XLA] Get rid of ServiceFlags by absorbing it into DebugOptions.Gravatar A. Unique TensorFlower2017-07-18
* [XLA:CPU] Sync function definition argument names with function declaration a...Gravatar A. Unique TensorFlower2017-07-18
* [BatchNormGrad] Add shape inference support for BatchNormGradGravatar A. Unique TensorFlower2017-07-18
* [XLA:CPU] Vectorize reduction operationsGravatar A. Unique TensorFlower2017-07-17
* Restore previous IrEmitter::HandleSlice() behavior.Gravatar A. Unique TensorFlower2017-07-17
* [XLA] Allow logical buffer coloring to use liveness information.Gravatar A. Unique TensorFlower2017-07-17
* CPU IR Emitter: Lower slice operations with memcpy.Gravatar A. Unique TensorFlower2017-07-17
* Minor cleanupGravatar A. Unique TensorFlower2017-07-17
* [XLA] Make computation_layouts_ protected.Gravatar Blake Hechtman2017-07-14
* [XLA] Pass shape/layout information in calls to the CPU runtime routines.Gravatar A. Unique TensorFlower2017-07-13
* Add clone support for BatchNormGradGravatar A. Unique TensorFlower2017-07-13
* Add equality test function.Gravatar A. Unique TensorFlower2017-07-13
* Add tfcompile support for --xla_dump_ir_to, to dump the LLVM IR.Gravatar A. Unique TensorFlower2017-07-13