aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/xla/tests/BUILD
Commit message (Expand)AuthorAge
* [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
* Run CPU tests remotely.Gravatar A. Unique TensorFlower2018-09-19
* Make exhaustive_f32_elementwise_op_test build again and mark it as brokenGravatar Sanjoy Das2018-09-11
* Split out HloDotInstruction as subclass from HloInstruction.Gravatar A. Unique TensorFlower2018-09-06
* [XLA] Mark iota_test as optonly, iota_test_cpu takes forever in fastbuildGravatar Benjamin Kramer2018-08-31
* Change headers to directly include absl::Span, and clean up the buildGravatar Tim Shen2018-08-30
* [XLA] Implement kIota for CPU & GPU, extend it w/ broadcast semanticsGravatar David Majnemer2018-08-28
* [XLA] Switch to absl::StrFormat.Gravatar Justin Lebar2018-08-27
* [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] gtl::optional->absl::optionalGravatar Yunxing Dai2018-08-21
* Merged commit includes the following changes:Gravatar Yifei Feng2018-08-21
* [XLA] Use absl::make_unique instead of xla::MakeUnique.Gravatar Justin Lebar2018-08-20
* [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
* Various improvements to MakeFakeArguments.Gravatar Mark Heffernan2018-08-16
* Add a ReduceWindow test with a large window.Gravatar Michael Kuperstein2018-08-16
* Enable f64 convolutions for GPU backend. Currently, all layouts are NCHWs.Gravatar Tim Shen2018-08-15
* Support multiple index-space constraints in synthetic input generator.Gravatar Mark Heffernan2018-08-15
* [XLA] Add a new HLO pass to expand Scatter into existing HLO ops.Gravatar A. Unique TensorFlower2018-08-14
* [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
* [XLA:GPU] Remember to execute non-root outfeed instructions in nested computa...Gravatar Sanjoy Das2018-07-25
* Move xla_computation.* from xla/client/xla_client up to xla/client.Gravatar Mark Heffernan2018-07-25
* Start implementation of Iota HLO.Gravatar Nick Desaulniers2018-07-20
* Alias non-entry parameters with temp buffersGravatar Sanjoy Das2018-07-11
* De-flake HloProfileTest.ProfileWhileComputationGravatar Sanjoy Das2018-07-09
* Disable flaky xla_hlo_profile_testGravatar Gunhan Gulsoy2018-07-09
* [TF:XLA] Split literal_util into {literal, literal_util}.Gravatar Kay Zhu2018-07-03
* Compare layouts when propagating linear indices through elemental ops in fusionsGravatar Sanjoy Das2018-07-03
* [XLA] Rename {SqrtF32, SquareF32, ReciprocalF32} to {Sqrt, Square, Reciprocal...Gravatar Peter Hawkins2018-07-02
* Handle nested tuples in GpuTransferManager.Gravatar Adrian Kuegel2018-06-29
* [XLA] Change code in tensorflow/compiler/xla that uses XlaBuilder:: methods t...Gravatar Peter Hawkins2018-06-27
* Internal changeGravatar A. Unique TensorFlower2018-06-19
* Add kGenerateToken HLO instruction.Gravatar Mark Heffernan2018-06-08
* [XLA] Move xla/tools/parser/* into xla/service.Gravatar Justin Lebar2018-06-01
* Turn on heuristic (mostly-NHWC) convolution layout assignment for (V100, fp16...Gravatar A. Unique TensorFlower2018-05-25
* Add heuristic on picking NHWC layout for (V100, fp16) convolutions.Gravatar A. Unique TensorFlower2018-05-24
* [XLA] Fix exhaustive_f32_elementwise_test's size marker.Gravatar Justin Lebar2018-05-23
* [XLA:GPU] Implement trivial (one-replica) cross-replica-sum on XLA:GPU.Gravatar Justin Lebar2018-05-21
* Remove unused BUILD dependenciesGravatar A. Unique TensorFlower2018-05-18
* [XLA] Move more comparison functions to non-test library.Gravatar Chris Leary2018-05-14
* [XLA] Redesign: delete ComputationBuilder.Gravatar A. Unique TensorFlower2018-05-11
* [XLA] Break out literal comparisons from testonly target.Gravatar Chris Leary2018-05-10
* Internal changeGravatar Blake Hechtman2018-05-07
* [XLA] Make post order a possible schedule as it sometimes uses less memory thanGravatar Blake Hechtman2018-05-07