aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/xla/service/llvm_ir/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
* Fix floating point ordering in the Sort HLO op in the GPU backend.Gravatar Adrian Kuegel2018-09-03
* Change headers to directly include absl::Span, and clean up the buildGravatar Tim Shen2018-08-30
* 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] 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
* [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
* Use constant buffer allocations for XLA:CPUGravatar Sanjoy Das2018-07-27
* [XLA:GPU] Use a fast approximation for tanhGravatar Benjamin Kramer2018-07-25
* Parallelize BitonicSort on GPU.Gravatar Adrian Kuegel2018-07-24
* 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] 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
* Remove all_opensource_files. It's not needed any more.Gravatar Martin Wicke2018-03-28
* Make LLVM IR dumps more readableGravatar Sanjoy Das2018-02-13
* [XLA::GPU] Pass xla_backend_extra_options to the GPU backend.Gravatar A. Unique TensorFlower2018-01-09
* [XLA:CPU] Cleanups to VectorSupportLibrary, TargetMachineFeatures and DotOpEm...Gravatar Sanjoy Das2018-01-03
* Automated g4 rollback of changelist 180622078Gravatar Sanjoy Das2018-01-02
* [XLA:CPU] Cleanups to VectorSupportLibrary, TargetMachineFeatures and DotOpEm...Gravatar Sanjoy Das2018-01-02
* Avoid overwriting LLVM IR files dumped from the same process.Gravatar Sanjoy Das2017-11-13
* [XLA:CPU] Implement single threaded Matrix-Vector products in LLVM IRGravatar Sanjoy Das2017-11-10
* Remove unused BUILD dependenciesGravatar A. Unique TensorFlower2017-10-16
* [XLA:CPU] Add an in-place implementation of fused-dynamic-update-slice.Gravatar Justin Lebar2017-10-11
* [XLA:LLVM] Rename ops.h to tuple_ops.h.Gravatar Justin Lebar2017-10-09
* Support --xla_dump_ir_to for the GPU backendGravatar Sanjoy Das2017-10-02
* Improve function name sanitization, and add IrName helper.Gravatar Justin Lebar2017-09-14
* Add the support of emitting the fusion node with multiple outputs.Gravatar A. Unique TensorFlower2017-06-30
* [XLA] Remove xla_emit_tbaa flagGravatar Eli Bendersky2017-06-20
* [XLA] Remove xla_emit_alias_scope flagGravatar Eli Bendersky2017-06-20
* Clean up usage of HloModuleConfig in more places.Gravatar Eli Bendersky2017-05-19
* [XLA] Move shape_with_output_layout and seed fields intoGravatar Justin Lebar2017-02-03
* [XLA] Move fast-math flags into HLO module config.Gravatar Justin Lebar2017-01-31
* Initial open-source release of XLA: Accelerated Linear Algebra.Gravatar Peter Hawkins2017-01-09