aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/xla/service/cpu/tests
Commit message (Expand)AuthorAge
* [XLA] Migrate from gtl::FlatSet to absl::flat_hash_setGravatar Benjamin Kramer2018-10-01
* Implement sort op for CPU.Gravatar Adrian Kuegel2018-09-19
* Global de-std::unique_ptr cleanup for xla::Literal.Gravatar A. Unique TensorFlower2018-09-10
* [TF:XLA] Migrate unit tests to use the HLO verifier (only tests where the con...Gravatar Dimitris Vardoulakis2018-09-10
* Split out HloDotInstruction as subclass from HloInstruction.Gravatar A. Unique TensorFlower2018-09-06
* Emit target address for outfeedGravatar Sanjoy Das2018-08-30
* [XLA] Switch to absl::StrFormat.Gravatar Justin Lebar2018-08-27
* [XLA] Unify spelling of 'fusible'Gravatar Benjamin Kramer2018-08-27
* [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
* Require token operand for infeed and outfeed.Gravatar Mark Heffernan2018-08-15
* [XLA] Clean up clang tidy readability warnings in compiler/xlaGravatar Benjamin Kramer2018-08-06
* [XLA] This is a step to incrementally move client/xla_client/* to client/.Gravatar A. Unique TensorFlower2018-07-25
* Move xla_computation.* from xla/client/xla_client up to xla/client.Gravatar Mark Heffernan2018-07-25
* [XLA] s/ir_builder/b/Gravatar Justin Lebar2018-07-20
* Rename LLVMIRGenTestBase to LlvmIrGenTestBase as per Google's C++ style; NFCGravatar Sanjoy Das2018-07-11
* [TF:XLA] Split literal_util into {literal, literal_util}.Gravatar Kay Zhu2018-07-03
* [XLA] Change code in tensorflow/compiler/xla that uses XlaBuilder:: methods t...Gravatar Peter Hawkins2018-06-27
* Automated g4 rollback of changelist 201765455Gravatar Blake Hechtman2018-06-26
* Delete ExternalConstantPool.Gravatar Adrian Kuegel2018-06-26
* Change infeed and outfeed to take and produce tokens.Gravatar Mark Heffernan2018-06-25
* Use i8 as type for the ConstantDataArray.Gravatar Adrian Kuegel2018-06-25
* Automated g4 rollback of changelist 201765455Gravatar A. Unique TensorFlower2018-06-22
* [XLA] Disallow implicit scalar broadcast.Gravatar Blake Hechtman2018-06-22
* [XLA] Move xla/tools/parser/* into xla/service.Gravatar Justin Lebar2018-06-01
* Use ConstantDataArray to lower arrays of constants.Gravatar A. Unique TensorFlower2018-06-01
* Remove unused BUILD dependenciesGravatar A. Unique TensorFlower2018-05-15
* Do not crash on ROOT outfeed operations.Gravatar A. Unique TensorFlower2018-05-04
* Fix some nits in cpu_literal_caching_test that I noticed after submissionGravatar Sanjoy Das2018-05-02
* [XLA:CPU] Re-use the same llvm::GlobalVariable for identical literalsGravatar Sanjoy Das2018-05-01
* Open source infeed testGravatar Sanjoy Das2018-05-01
* [XLA:CPU] Open source some tests.Gravatar Sanjoy Das2018-05-01