aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/xla/service/gpu/ir_emitter.cc
Commit message (Expand)AuthorAge
* [XLA:GPU] Pattern match atomic "apply" into an atomic storeGravatar Benjamin Kramer2018-10-09
* [XLA:GPU] Refactor some code for fusion output handling.Gravatar Bixia Zheng2018-09-06
* [XLA] Rename all (Mutable)ArraySlice to absl::Span.Gravatar Tim Shen2018-08-30
* [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] 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
* [XLA] Split CPU and GPU fastmath into separate flags.Gravatar Justin Lebar2018-08-13
* [XLA] Make sure backends that don't support variadic reduce reject it.Gravatar Michael Kuperstein2018-08-09
* [XLA:GPU] Forward batched dot to cublas instead of expanding itGravatar Benjamin Kramer2018-08-03
* [XLA] Add Scatter HLO.Gravatar A. Unique TensorFlower2018-08-01
* Implement constant buffer allocation for XLA:GPUGravatar Sanjoy Das2018-07-26
* [XLA:CPU/GPU] Implement the parallel Philox random number generation algorithm.Gravatar Bixia Zheng2018-07-25
* Parallelize BitonicSort on GPU.Gravatar Adrian Kuegel2018-07-24
* [XLA] s/ir_builder/b/Gravatar Justin Lebar2018-07-20
* Start implementation of Iota HLO.Gravatar Nick Desaulniers2018-07-20
* Move Bitonic sort emitter logic into a helper file.Gravatar Adrian Kuegel2018-07-19
* Implement BitonicSort for GPU.Gravatar Adrian Kuegel2018-07-18
* [TF:XLA] Split select HLO into array- and tuple-select.Gravatar A. Unique TensorFlower2018-07-03
* [XLA:GPU] Make the input-fused reduce emitter work on 16-bit typesGravatar Benjamin Kramer2018-06-26
* Avoid redundant bitcast.Gravatar Adrian Kuegel2018-06-25
* Allow the use of 32 bit integer type for loop index and tensor element index.Gravatar Bixia Zheng2018-06-19
* Fix assumptions that a Shape must be a tuple or an array.Gravatar Mark Heffernan2018-06-13
* Use ConstantDataArray to lower arrays of constants.Gravatar A. Unique TensorFlower2018-06-01
* [XLA:GPU] Extract multiplication of complex numbers into a helper function.Gravatar A. Unique TensorFlower2018-03-02
* [XLA:GPU] Split IrEmitter{Unn,N}ested out of ir_emitter.h.Gravatar Justin Lebar2018-02-05
* Remove Google-internal bug numbers from XLA error messages.Gravatar Bjarke Hammersholt Roune2018-01-31
* [XLA:GPU] Implement conditional as a sequence of thunks in the GPU backend.Gravatar A. Unique TensorFlower2018-01-25
* [XLA:GPU] Fix a problem in calculating the address of the memory used toGravatar A. Unique TensorFlower2018-01-17
* Automated g4 rollback of changelist 180000981Gravatar A. Unique TensorFlower2018-01-02
* Automated g4 rollback of changelist 179983419Gravatar A. Unique TensorFlower2017-12-23
* Adds FFT for XLA: CPU via Eigen, GPU via cuFFT.Gravatar A. Unique TensorFlower2017-12-22
* [XLA:GPU] Implement BatchNormThunk as a call into cudnn.Gravatar Justin Lebar2017-12-21
* [XLA] Add format field to layoutGravatar A. Unique TensorFlower2017-12-18
* [XLA:GPU] Support conditional in GPU backend.Gravatar A. Unique TensorFlower2017-12-08
* [XLA:GPU] Support atomic operations on small data types.Gravatar A. Unique TensorFlower2017-12-07
* [XLA:GPU] Mark loads as invariant where appropriate.Gravatar Justin Lebar2017-11-14
* [TF:XLA] Adding test coverage for more C64 operations, and ensuring they pass.Gravatar A. Unique TensorFlower2017-11-13
* Change for asynchronous Send and Recv by splitting Send into {Send, SendDone}Gravatar HyoukJoong Lee2017-11-10
* [TF:XLA] Reduce boilerplate code in HLO visitors.Gravatar A. Unique TensorFlower2017-10-30
* [XLA:CPU] [XLA:GPU] Adds compiler support for C64 primitive type, including r...Gravatar A. Unique TensorFlower2017-10-27
* [XLA:LLVM] Rename ops.h to tuple_ops.h.Gravatar Justin Lebar2017-10-09
* Annotate more loops in LLVM IR with their HLO names.Gravatar Justin Lebar2017-09-18
* Update Dataset API documentation.Gravatar Jiri Simsa2017-07-27
* Emit the correct LLVM opcode for kMinimum and kMaximum over unsignedGravatar A. Unique TensorFlower2017-07-11
* [XLA] Move the disable_fast_math option into DebugOptions, rename to xla_enab...Gravatar Eli Bendersky2017-06-13
* Clean up usage of HloModuleConfig in more places.Gravatar Eli Bendersky2017-05-19
* Merge changes from github.Gravatar A. Unique TensorFlower2017-05-18