aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/xla/service/BUILD
Commit message (Expand)AuthorAge
...
* [XLA] Switch to absl versions of the c_foo functions.Gravatar Justin Lebar2018-08-20
* Automated rollback of commit 4a41f50648929197954d892559587cb76458d306Gravatar A. Unique TensorFlower2018-08-17
* [XLA] Switch to absl versions of the c_foo functions.Gravatar Justin Lebar2018-08-17
* Add a HloPass to rewrite convolutions with feature_group_count > 1.Gravatar Adrian Kuegel2018-08-16
* [XLA] Add a new HLO pass to expand Scatter into existing HLO ops.Gravatar A. Unique TensorFlower2018-08-14
* Change backend dep from core_cpu_internal to core_cpu_lib.Gravatar Jacques Pienaar2018-08-10
* Fix emplace_back(new) callsGravatar Piotr Padlewski2018-08-09
* Automated rollback of commit c216a1be9564bd6b83b1e81b1eea65cc381bd82eGravatar Anna R2018-08-09
* Fix emplace_back(new) callsGravatar Piotr Padlewski2018-08-09
* [XLA:GPU] Add a generic trip count analysis based on HloEvaluatorGravatar Benjamin Kramer2018-08-08
* [TF:XLA] Remove unused parameter.Gravatar A. Unique TensorFlower2018-07-26
* [XLA] This is a step to incrementally move client/xla_client/* to client/.Gravatar A. Unique TensorFlower2018-07-25
* Replace generic Pool with StreamPool, and discard failed streams.Gravatar Todd Wang2018-07-25
* Move xla_computation.* from xla/client/xla_client up to xla/client.Gravatar Mark Heffernan2018-07-25
* Add single-sided host send and receive operations.Gravatar Mark Heffernan2018-07-17
* [XLA] Split out HloGatherInstruction as subclass from HloInstruction.Gravatar A. Unique TensorFlower2018-07-12
* Add shape compatibility check for kCall and kConditional.Gravatar A. Unique TensorFlower2018-07-11
* Fix sharding for instructions created in BatchNormExpanderGravatar HyoukJoong Lee2018-07-09
* Fix HLO domains mis-handling from HLO passes.Gravatar A. Unique TensorFlower2018-07-06
* [TF:XLA] Split literal_util into {literal, literal_util}.Gravatar Kay Zhu2018-07-03
* Merge changes from github.Gravatar Mingxing Tan2018-06-28
* Add HloModuleProto field H loModuleProto in CompilationResultProto.Gravatar Jacques Pienaar2018-06-26
* Change infeed and outfeed to take and produce tokens.Gravatar Mark Heffernan2018-06-25
* Enable multioutput fusion opearnd buffer reuse.Gravatar Yunxing Dai2018-06-21
* [TF:XLA] Change hlo_domain_test to use HloVerifiedTestBase.Gravatar Dimitris Vardoulakis2018-06-20
* [TF:XLA] Account for subcomputations in heap simulator during scheduling.Gravatar Dimitris Vardoulakis2018-06-14
* Automated g4 rollback of changelist 200309129Gravatar A. Unique TensorFlower2018-06-13
* Automated g4 rollback of changelist 200292049Gravatar A. Unique TensorFlower2018-06-12
* PUBLIC: [TF:XLA] Eliminate more copies after HLO scheduling.Gravatar A. Unique TensorFlower2018-06-12
* Fix one unused C++ BUILD dependency found in tensorflow/compiler/xla/service/...Gravatar Adrian Kuegel2018-06-12
* Split out HloConstantInstruction and HloTraceInstruction as subclasses from H...Gravatar A. Unique TensorFlower2018-06-11
* [XLA] Base class for fusing sibling instructions with multiple outputs.Gravatar Thomas Joerg2018-06-08
* [TF:XLA] Fix invalid HLO graph in hlo_rematerialization_test.Gravatar A. Unique TensorFlower2018-06-07
* [XLA] Redesign: delete versioned_computation_handle and compilation_cache.Gravatar A. Unique TensorFlower2018-06-07
* Split out HloBatchNormInstruction as subclasses from HloInstruction.Gravatar A. Unique TensorFlower2018-06-06
* [XLA] Redesign: delete SessionModule.Gravatar A. Unique TensorFlower2018-06-05
* Add support for kDomain parsing in HLO parser.Gravatar A. Unique TensorFlower2018-06-04
* Add rip-offs of LLVM's cast, dyn_cast, cast_or_null, dyn_cast_or_null in prep...Gravatar A. Unique TensorFlower2018-06-04
* [XLA] Move xla/tools/parser/* into xla/service.Gravatar Justin Lebar2018-06-01
* [XLA] Fix handling of CustomCall's window and dnums.Gravatar Justin Lebar2018-05-31
* [XLA] Make HloInstruction::backend_config() a JSON-encoded protobuf.Gravatar Justin Lebar2018-05-31
* [XLA] Redesign: delete computation_tracker and user_computation.Gravatar A. Unique TensorFlower2018-05-31
* Always delete old while loop after LICMGravatar Sanjoy Das2018-05-30
* Let the swig wrapped builder to return the HloModuleProto.Gravatar A. Unique TensorFlower2018-05-30
* Introduced kDomain HLO instruction set isolation to bound connected sets of i...Gravatar A. Unique TensorFlower2018-05-29
* Add support for unary and binary ops to indexed tensor analysisGravatar Sanjoy Das2018-05-25
* Enable while loop constant sinking for GPUGravatar Sanjoy Das2018-05-25
* HloSharding parsing from string, used by new Sharding HloMatcher for ease of ...Gravatar A. Unique TensorFlower2018-05-23
* [XLA] Fix memory leak in ScopedShapedBuffer's move-assignment operator.Gravatar Justin Lebar2018-05-20
* [XLA] Regression test for missing virtual destructor.Gravatar Chris Leary2018-05-18