aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/xla/service/BUILD
Commit message (Expand)AuthorAge
* [XLA] Added xla::CreateModuleFromProto(...) combining loading moduleGravatar A. Unique TensorFlower2018-10-09
* Automated rollback of commit 375c109659d2d0e6265447dffdeb460693b3cccfGravatar A. Unique TensorFlower2018-10-09
* [XLA] Introduce input/output alias config.Gravatar Yunxing Dai2018-10-08
* [XLA] Extend the HLO verifier to check that non-layout-changing instructionsGravatar Bixia Zheng2018-10-05
* Rename "Inliner" to "MapInliner".Gravatar Mark Heffernan2018-10-04
* [XLA] Move FusionQueue class declaration into separate headerGravatar A. Unique TensorFlower2018-10-04
* Add proto serialization/deserialization testing to the HLO parser tests.Gravatar Mark Heffernan2018-10-02
* [XLA] Fix some outdated comments referring to FlatMapGravatar Benjamin Kramer2018-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 a flag that lets users override the number of host "devices" as seen by XLAGravatar Sanjoy Das2018-09-21
* Add VerifiedHloModule class.Gravatar Mark Heffernan2018-09-19
* Remove non-determinism in model-parallel compilationGravatar HyoukJoong Lee2018-09-19
* Add interface for HLO passes which run on HloModuleGroup.Gravatar Mark Heffernan2018-09-19
* Add ConstantScalar, WithPredicate, Disjunction, and OpAnyOrder (where OpGravatar Tim Shen2018-09-18
* Add HloModuleGroup abstraction.Gravatar Mark Heffernan2018-09-13
* Convert a few more tests to hlo_verified_test_base.Gravatar Dimitris Vardoulakis2018-09-12
* Preserve unique ids when serializing/deserializing HLO protos.Gravatar Mark Heffernan2018-09-12
* [XLA] A queue interface to allow fusion in different orders.Gravatar Yuanzhong Xu2018-09-12
* Convert layout_assignment_test to use HloVerifiedTestBase.Gravatar Dimitris Vardoulakis2018-09-10
* [TF:XLA] Migrate unit tests to use the HLO verifier (only tests where the con...Gravatar Dimitris Vardoulakis2018-09-10
* Make scheduling and rematerialization HLO passes.Gravatar Mark Heffernan2018-09-08
* [TF:XLA] Convert bfloat16_propagation_test and hlo_cse_test to use the HLO ve...Gravatar Dimitris Vardoulakis2018-09-06
* Add HloSchedule to HloModule.Gravatar Mark Heffernan2018-09-06
* Rollforward of cl/211656888 after fixing failing unit test.Gravatar Mark Heffernan2018-09-05
* [XLA] Make tensorflow/compiler use absl::{StrCat,string_view,InlinedVector} c...Gravatar Benjamin Kramer2018-09-05
* BEGIN_PUBLICGravatar Mark Heffernan2018-09-05
* Add HloSchedule class representing a sequential order of an HloModule.Gravatar Mark Heffernan2018-09-05
* [XLA] Don't show trivial feature_group_count attributesGravatar David Majnemer2018-09-04
* Change headers to directly include absl::Span, and clean up the buildGravatar Tim Shen2018-08-30
* Convert a couple more test files to HloVerifiedTestBase, and add default argu...Gravatar Dimitris Vardoulakis2018-08-29
* New XLA API to launch a program.Gravatar Yunxing Dai2018-08-29
* [TF:XLA] Verify HLOs in buffer_assignment_test and hlo_instruction_test.Gravatar Dimitris Vardoulakis2018-08-29
* [XLA] Add support for algebraic simplifications involving kIotaGravatar David Majnemer2018-08-28
* [XLA] Implement kIota for CPU & GPU, extend it w/ broadcast semanticsGravatar David Majnemer2018-08-28
* [TF:XLA] Run the points-to analysis for a module group.Gravatar Dimitris Vardoulakis2018-08-27
* Use a mixin to reduce llvm::IRBuilder<> related boilerplate.Gravatar Sanjoy Das2018-08-27
* [XLA] Switch to absl::StrFormat.Gravatar Justin Lebar2018-08-27
* Run AddSpecialCaseCopies in HloRematerialization.Gravatar Mark Heffernan2018-08-24
* [XLA] Stop including str_util.h.Gravatar Justin Lebar2018-08-23
* [XLA] Centralize BF16Normalization Tuple handlingGravatar Michael Kuperstein2018-08-23
* [XLA] Switch from tensorflow::str_util::Join to absl::StrJoin.Gravatar Justin Lebar2018-08-23
* [TF:XLA] Make the two functions for computing HLO buffer interference consist...Gravatar A. Unique TensorFlower2018-08-23
* [XLA] Use absl string types and functions instead of the TF versions.Gravatar Justin Lebar2018-08-23
* [XLA] Parse a single HLO instruction's text into a module.Gravatar Chris Leary2018-08-21
* [XLA] gtl::optional->absl::optionalGravatar Yunxing Dai2018-08-21
* Merged commit includes the following changes:Gravatar Yifei Feng2018-08-21
* [XLA] Propagate invalid shape errors through reduce folding and turn it onGravatar Benjamin Kramer2018-08-21
* In HostCompute op, use SendToHost/RecvFromHost instead of Send/Recv.Gravatar Tong Shen2018-08-21
* [XLA] Use absl::make_unique instead of xla::MakeUnique.Gravatar Justin Lebar2018-08-20