aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/xla/service/llvm_ir
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
* [XLA:GPU] Refactor some code for fusion output handling.Gravatar Bixia Zheng2018-09-06
* Fix floating point ordering in the Sort HLO op in the GPU backend.Gravatar Adrian Kuegel2018-09-03
* [XLA:CPU] Don't use "temps" to refer to the table of buffer allocationsGravatar 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
* Remove (Mutable)ArraySlice implementation and alias them to absl::Span.Gravatar Tim Shen2018-08-30
* Removed redundant std::string -> string conversions.Gravatar A. Unique TensorFlower2018-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] Stop including str_util.h.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
* fix C++ header guards.Gravatar A. Unique TensorFlower2018-08-21
* [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
* Reland "Overhaul XLA:CPU's calling convention."Gravatar Sanjoy Das2018-08-01
* Automated rollback of commit fba2d773f45f10882aa475ac75cbf9884995d626Gravatar Sanjoy Das2018-07-31
* Overhaul XLA:CPU's calling convention.Gravatar Sanjoy Das2018-07-31
* Simplify sort in Algebraic simplifier if no sorting is needed.Gravatar Adrian Kuegel2018-07-31
* Use constant buffer allocations for XLA:CPUGravatar Sanjoy Das2018-07-27
* Support sorting of key/value pairs on GPU.Gravatar Adrian Kuegel2018-07-26
* [XLA:CPU/GPU] Implement the parallel Philox random number generation algorithm.Gravatar Bixia Zheng2018-07-25
* [XLA:GPU] Use a fast approximation for tanhGravatar Benjamin Kramer2018-07-25
* [XLA] DynamicSlice and DynamicUpdateSlice OOB behavior is now well-defined.Gravatar Michael Kuperstein2018-07-25
* Remove BufferAllocation::is_reusable() and introduce is_readonly(); NFCGravatar Sanjoy Das2018-07-24
* Parallelize BitonicSort on GPU.Gravatar Adrian Kuegel2018-07-24
* [XLA] s/ir_builder/b/Gravatar Justin Lebar2018-07-20
* Move Bitonic sort emitter logic into a helper file.Gravatar Adrian Kuegel2018-07-19
* Support unsigned indices for in-place DynamicUpdateSlice.Gravatar Adrian Kuegel2018-07-18
* Alias non-entry parameters with temp buffersGravatar Sanjoy Das2018-07-11
* [XLA:GPU] Cleanups to fused 021 transpose implementation.Gravatar Justin Lebar2018-07-11
* Fix build.Gravatar Anna R2018-07-10
* [XLA:GPU] Delete AnnotateBufferLoadStoreInstructionWithMetadata.Gravatar Justin Lebar2018-07-10
* [XLA] Don't overload IrArray::multidim() with public and private versions.Gravatar Justin Lebar2018-07-09
* [XLA:GPU] Enhance the tiled 0-2-1 transpose algorithm to handle fusion.Gravatar Bixia Zheng2018-07-04
* [TF:XLA] Split literal_util into {literal, literal_util}.Gravatar Kay Zhu2018-07-03
* Use i8 as type for the ConstantDataArray.Gravatar Adrian Kuegel2018-06-25
* Simplify ConvertLiteralToIrConstant()Gravatar Adrian Kuegel2018-06-20
* Allow the use of 32 bit integer type for loop index and tensor element index.Gravatar Bixia Zheng2018-06-19
* Add support for TOKEN type to CPU/GPU backends.Gravatar Mark Heffernan2018-06-14
* [XLA:GPU] Make alias analysis emit metadata for subshapesGravatar Benjamin Kramer2018-06-14
* Enhance row reduction implementation.Gravatar Bixia Zheng2018-06-07
* [XLA] Remove unnecessary std::vector copiesGravatar Benjamin Kramer2018-06-04
* Add debug output to CHECK for compatible shapes of multi-output fusions.Gravatar A. Unique TensorFlower2018-06-04
* Use ConstantDataArray to lower arrays of constants.Gravatar A. Unique TensorFlower2018-06-01
* [XLA] Devectorize constant-sized arraysGravatar Benjamin Kramer2018-05-24
* Add a kernel usable as a GEBP inner loop for an LLVM IR GEMMGravatar Sanjoy Das2018-05-21