aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/xla
Commit message (Expand)AuthorAge
* Use absl::Span for HloModuleGroupMetadataGravatar HyoukJoong Lee2018-10-05
* [XLA:GPU] Fix old-ptxas-version detection logic.Gravatar Justin Lebar2018-10-04
* Rename "Inliner" to "MapInliner".Gravatar Mark Heffernan2018-10-04
* [TF:XLA] Improve the accounting for subcomputations in the List scheduler to ...Gravatar Dimitris Vardoulakis2018-10-04
* Few more fixes for issued in parsing invalid HLO module proto.Gravatar A. Unique TensorFlower2018-10-04
* [XLA] Move FusionQueue class declaration into separate headerGravatar A. Unique TensorFlower2018-10-04
* Implement LiteralBase::Slice for all primitive typeGravatar A. Unique TensorFlower2018-10-04
* Automated rollback of commit f22037abf5a6f4581f5fb6013f72f91747f22965Gravatar A. Unique TensorFlower2018-10-04
* Remove CHECKs from HloInstruction constructors.Gravatar Mark Heffernan2018-10-04
* Improve the performance of the ListMemorySchedulerGravatar A. Unique TensorFlower2018-10-04
* [XLA] Update Tf2Xla bridge to use Scatter HLO.Gravatar A. Unique TensorFlower2018-10-03
* [XLA] Delete IsInplaceSlice.Gravatar Yuanzhong Xu2018-10-03
* [XLA] Fix handling of tuple constants in HLO constant folding.Gravatar Peter Hawkins2018-10-03
* [XLA] Add a size limit to the constant folder to avoid forming giant constant...Gravatar Peter Hawkins2018-10-03
* [TF:XLA] Improve the accounting for subcomputations in the heap simulator.Gravatar Dimitris Vardoulakis2018-10-03
* [XLA] Revise the way to express a CPU specific test.Gravatar Bixia Zheng2018-10-03
* [XLA] Disable a test for layout changing elementwise operations.Gravatar Bixia Zheng2018-10-03
* Fix handling of tuples in CreateCopyWithNewLayout.Gravatar A. Unique TensorFlower2018-10-03
* [XLA] In the HLO parser, give the module a non-empty default name.Gravatar A. Unique TensorFlower2018-10-02
* [XLA:CPU] Re-enable the inliner pass in the cpu compiler.Gravatar A. Unique TensorFlower2018-10-02
* [XLA] Modify the function that determines whether an instruction can changeGravatar Bixia Zheng2018-10-02
* [XLA] Merge the single instruction parsing and the full module parsing in one...Gravatar A. Unique TensorFlower2018-10-02
* [XLA] Support parsing the canonical format of HLO text.Gravatar A. Unique TensorFlower2018-10-02
* [XLA] A test that disables layout assignment should only contain layoutGravatar Bixia Zheng2018-10-02
* Fixes for few issues in HloModule::CreateFromProto()Gravatar A. Unique TensorFlower2018-10-02
* Add proto serialization/deserialization testing to the HLO parser tests.Gravatar Mark Heffernan2018-10-02
* [XLA] Replace the last FlatMap in XLA with a simple array.Gravatar Benjamin Kramer2018-10-02
* [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] Allow the stream to be used for host-to-device transfers to be specifie...Gravatar A. Unique TensorFlower2018-09-27
* | [XLA] Remove use of DeconstructTuple from MakeFakeArgumentsOrDie.Gravatar Peter Hawkins2018-09-26
* | [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
* | 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