aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/xla/service/cpu
Commit message (Expand)AuthorAge
* [XLA] Add base and window dilation support to ReduceWindowGravatar David Majnemer2018-10-06
* [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:CPU] Re-enable the inliner pass in the cpu compiler.Gravatar A. Unique TensorFlower2018-10-02
* [XLA] Modify the function that determines whether an instruction can changeGravatar Bixia Zheng2018-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
* Automated rollback of commit da3357ecbdd6772413e8bbceeab8238971be11ceGravatar Adrian Kuegel2018-09-20
* Add interface for HLO passes which run on HloModuleGroup.Gravatar Mark Heffernan2018-09-19
* Replace DLOG(FATAL) with an Unimplemented error.Gravatar Adrian Kuegel2018-09-19
* Implement sort op for CPU.Gravatar Adrian Kuegel2018-09-19
* Fix some build breakage due to de-std::unique_ptr cleanup.Gravatar A. Unique TensorFlower2018-09-10
* 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
* Make scheduling and rematerialization HLO passes.Gravatar Mark Heffernan2018-09-08
* Split out HloDotInstruction as subclass from HloInstruction.Gravatar A. Unique TensorFlower2018-09-06
* [TF:XLA] Convert bfloat16_propagation_test and hlo_cse_test to use the HLO ve...Gravatar Dimitris Vardoulakis2018-09-06
* Rollforward of cl/211656888 after fixing failing unit test.Gravatar Mark Heffernan2018-09-05
* [XLA] Rename PrecisionConfigProto to PrecisionConfigGravatar David Majnemer2018-09-05
* BEGIN_PUBLICGravatar Mark Heffernan2018-09-05
* [TF:XLA] Define DefaultPrecisionConfig in HloTestBase and delete multiple dup...Gravatar Dimitris Vardoulakis2018-09-05
* Add HloSchedule class representing a sequential order of an HloModule.Gravatar Mark Heffernan2018-09-05
* [XLA] Make kConvolution, kDot HLO attributes mandatoryGravatar David Majnemer2018-09-04
* [XLA:CPU] Don't use "temps" to refer to the table of buffer allocationsGravatar Sanjoy Das2018-08-31
* CHECK that the thread locality of the call matches thread locality of the calleeGravatar Sanjoy Das2018-08-31
* Change headers to directly include absl::Span, and clean up the buildGravatar Tim Shen2018-08-30
* [XLA] Rename all (Mutable)ArraySlice to absl::Span.Gravatar Tim Shen2018-08-30
* [XLA] xla::ContainersEqual -> absl::c_equalGravatar Benjamin Kramer2018-08-30
* Emit target address for outfeedGravatar Sanjoy Das2018-08-30
* Remove (Mutable)ArraySlice implementation and alias them to absl::Span.Gravatar Tim Shen2018-08-30
* [XLA] Enable fusing kIota for CPU & GPUGravatar David Majnemer2018-08-29
* [XLA] Implement kIota for CPU & GPU, extend it w/ broadcast semanticsGravatar David Majnemer2018-08-28
* Use a mixin to reduce llvm::IRBuilder<> related boilerplate.Gravatar Sanjoy Das2018-08-27
* [XLA] Switch to absl::StrFormat.Gravatar Justin Lebar2018-08-27
* [XLA] Unify spelling of 'fusible'Gravatar Benjamin Kramer2018-08-27
* [XLA] Add and use a layout-sensitive HLO verifier.Gravatar Justin Lebar2018-08-24
* [XLA] Use "absl::" rather than "::absl".Gravatar Justin Lebar2018-08-23
* [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] Expose a way to control dot/conv precisionGravatar David Majnemer2018-08-22
* [XLA] gtl::optional->absl::optionalGravatar Yunxing Dai2018-08-21
* fix C++ header guards.Gravatar A. Unique TensorFlower2018-08-21
* [XLA:CPU] Enable LLVM IR GEMM for small matrices.Gravatar Sanjoy Das2018-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
* Run ZeroSizedHloElimination in the right place in the CPU pass pipeline.Gravatar Justin Lebar2018-08-16