aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/xla/service/layout_assignment.h
Commit message (Expand)AuthorAge
* Add custom call with layout constraints.Gravatar Mark Heffernan2018-10-08
* [XLA] Modify the function that determines whether an instruction can changeGravatar Bixia Zheng2018-10-02
* [XLA] Migrate from gtl::FlatSet to absl::flat_hash_setGravatar Benjamin Kramer2018-10-01
* [XLA] Migrate from gtl::FlatMap to absl::flat_hash_mapGravatar Benjamin Kramer2018-10-01
* Add interface for HLO passes which run on HloModuleGroup.Gravatar Mark Heffernan2018-09-19
* [XLA] Avoid implicit layout change for non-layout-changing instructions.Gravatar Bixia Zheng2018-08-28
* [XLA] Use absl string types and functions instead of the TF versions.Gravatar Justin Lebar2018-08-23
* Add single-sided host send and receive operations.Gravatar Mark Heffernan2018-07-17
* Modifies LayoutAssignment to keep a record of the HLO instructions having unc...Gravatar Brian Patton2018-06-22
* Enable the natural layouts of the entry computation to flow into the paramete...Gravatar A. Unique TensorFlower2018-06-18
* Fix layout assignment CHECK failure on channel constraints.Gravatar A. Unique TensorFlower2018-06-13
* Merge changes from github.Gravatar Yifei Feng2018-05-24
* Do not force default layout when there is no need to.Gravatar A. Unique TensorFlower2018-05-17
* [TF:XLA] Separate on-host and on-device shape and layout in HloModule.Gravatar A. Unique TensorFlower2018-05-01
* Automated g4 rollback of changelist 193731341Gravatar A. Unique TensorFlower2018-04-25
* Do not force default layout when there is no need to.Gravatar A. Unique TensorFlower2018-04-20
* Propagate sharding of the source instruction to the copies added by layout as...Gravatar A. Unique TensorFlower2018-04-12
* Add interface in HloModuleGroupMetadata to return all channelsGravatar HyoukJoong Lee2018-03-14
* [XLA] Do not recompute flattened sets inside layout assignment.Gravatar Michael Kuperstein2018-02-26
* [XLA] Assign mandatory constraints in a DFS order and non-manatory constraint...Gravatar Blake Hechtman2018-02-03
* Merge changes from github.Gravatar Sourabh Bajaj2018-01-17
* Currently LayoutAssignment only deals with a module at a time andGravatar A. Unique TensorFlower2018-01-04
* [XLA:GPU] Implement BatchNormThunk as a call into cudnn.Gravatar Justin Lebar2017-12-21
* [XLA] Make HloComputation::instructions() return a view of HloInstruction*s.Gravatar Justin Lebar2017-09-28
* [XLA] Do not recompute points-to analysis in iterations of layout assignment.Gravatar Chris Leary2017-08-16
* [XLA] Make computation_layouts_ protected.Gravatar Blake Hechtman2017-07-14
* Add the ability to verify assumptions about layout assignment after propagationGravatar A. Unique TensorFlower2017-06-12
* [XLA] Remove unused InstructionRequiresInputLayoutEqualToOutputLayout hookGravatar Benjamin Kramer2017-05-23
* [XLA] Add a way to classify constraints as mandatory or non-mandatory.Gravatar Benjamin Kramer2017-05-18
* [XLA] Add a target hook to force input layout equal to output layout in layou...Gravatar Benjamin Kramer2017-05-04
* [XLA] Make `HloPass` an interface, NFCGravatar A. Unique TensorFlower2017-01-24
* Initial open-source release of XLA: Accelerated Linear Algebra.Gravatar Peter Hawkins2017-01-09