aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/xla/service/layout_assignment.cc
Commit message (Expand)AuthorAge
* [XLA:GPU] Add an implementation of scatter for GPUGravatar Benjamin Kramer2018-10-09
* Add custom call with layout constraints.Gravatar Mark Heffernan2018-10-08
* Fix handling of tuples in CreateCopyWithNewLayout.Gravatar A. Unique TensorFlower2018-10-03
* [XLA] Modify the function that determines whether an instruction can changeGravatar Bixia Zheng2018-10-02
* Fix layout assignment for cross module all reduceGravatar A. Unique TensorFlower2018-10-02
* Remove some straggling dead references to host compute and host module.Gravatar Mark Heffernan2018-09-07
* Change headers to directly include absl::Span, and clean up the buildGravatar Tim Shen2018-08-30
* [XLA] Avoid implicit layout change for non-layout-changing instructions.Gravatar Bixia Zheng2018-08-28
* [XLA] Switch to absl::StrFormat.Gravatar Justin Lebar2018-08-27
* [XLA] Stop including str_util.h.Gravatar Justin Lebar2018-08-23
* [XLA] Switch from tensorflow::str_util::Join to absl::StrJoin.Gravatar Justin Lebar2018-08-23
* [XLA] Use absl string types and functions instead of the TF versions.Gravatar Justin Lebar2018-08-23
* [XLA] Use absl::make_unique instead of xla::MakeUnique.Gravatar Justin Lebar2018-08-20
* Merge pull request #21144 from 2sin18:masterGravatar TensorFlower Gardener2018-08-09
|\
* | [XLA] Clean up clang tidy readability warnings in compiler/xlaGravatar Benjamin Kramer2018-08-06
* | Cleanup the sharding unique device API.Gravatar A. Unique TensorFlower2018-07-31
| * Fix typo: accidently -> accidentally.Gravatar Yuan, Man2018-07-26
|/
* Add single-sided host send and receive operations.Gravatar Mark Heffernan2018-07-17
* Improve performance of layout assignmentGravatar A. Unique TensorFlower2018-07-12
* Change Send, SendDone, Recv and RecvDone to produce tokens.Gravatar Mark Heffernan2018-07-03
* 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
* 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
* Improve our handling of bitcasts.Gravatar Sanjoy Das2018-02-27
* [XLA] Do not recompute flattened sets inside layout assignment.Gravatar Michael Kuperstein2018-02-26
* Automated g4 rollback of changelist 185623948Gravatar A. Unique TensorFlower2018-02-16
* Automated g4 rollback of changelist 185598764Gravatar A. Unique TensorFlower2018-02-13
* Wire in support for XLA kConditional instruction.Gravatar A. Unique TensorFlower2018-02-13
* [XLA] Assign mandatory constraints in a DFS order and non-manatory constraint...Gravatar Blake Hechtman2018-02-03
* [XLA] Set layout of GTE instructions inside fusion nodes.Gravatar Justin Lebar2018-01-28
* Report incompatible shapes in case of check failure.Gravatar Jacques Pienaar2018-01-19
* 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] Rename "MonotonicDim0MajorLayout" to "DescendingLayout".Gravatar Justin Lebar2017-12-19
* [XLA] Add format field to layoutGravatar A. Unique TensorFlower2017-12-18
* [XLA] Don't reimplement ShapeUtil::MakeShapeWithMonotonicDim0MajorLayout insi...Gravatar Justin Lebar2017-12-18
* Automated g4 rollback of changelist 179258973Gravatar A. Unique TensorFlower2017-12-15
* Merge changes from github.Gravatar Dandelion Man?2017-12-15
* Clear existing layouts before running the layout assignment.Gravatar HyoukJoong Lee2017-12-08
* [XLA] Try to pass layouts through reshapes.Gravatar A. Unique TensorFlower2017-10-17
* [XLA:LLVM] Remove SetTbaaForInstruction.Gravatar Justin Lebar2017-10-06
* [XLA] Make HloModule::computations() return raw pointers.Gravatar Justin Lebar2017-09-29
* [XLA] Make HloComputation::instructions() return a view of HloInstruction*s.Gravatar Justin Lebar2017-09-28
* [XLA] Adds an API to attach a device assignment to HLO operators.Gravatar Peter Hawkins2017-09-24
* Lower vector-matrix dot to LLVM IR if the RHS of the dot can be madeGravatar Sanjoy Das2017-09-14