aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/xla/service/gpu/ir_emitter.h
Commit message (Expand)AuthorAge
* [XLA:GPU] Refactor some code for fusion output handling.Gravatar Bixia Zheng2018-09-06
* 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] 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] Use absl string types and functions instead of the TF versions.Gravatar Justin Lebar2018-08-23
* [XLA] Add Scatter HLO.Gravatar A. Unique TensorFlower2018-08-01
* [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] Add lowering for input fusions with multiple reduce outputsGravatar Benjamin Kramer2018-05-22
* [XLA:GPU] Split IrEmitter{Unn,N}ested out of ir_emitter.h.Gravatar Justin Lebar2018-02-05
* Internal changeGravatar Justin Lebar2018-02-02
* [XLA:GPU] Implement conditional as a sequence of thunks in the GPU backend.Gravatar A. Unique TensorFlower2018-01-25
* [XLA:GPU] Add reduction-to-scalar code.Gravatar Justin Lebar2018-01-11
* 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: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
* 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:GPU] Use cuMemcpy for device-to-device data copiesGravatar Sanjoy Das2017-10-19
* Remove "hybrid" HloModuleConfig option. The option was used to generate execu...Gravatar Mark Heffernan2017-10-04
* Update Dataset API documentation.Gravatar Jiri Simsa2017-07-27
* Add the support of emitting the fusion node with multiple outputs.Gravatar A. Unique TensorFlower2017-06-30
* Remove operand parameters from Handle{Maximum,Minimum,Convert,Copy}.Gravatar A. Unique TensorFlower2017-06-20
* Preliminary Infeed support for GPU backend.Gravatar A. Unique TensorFlower2017-05-24
* [XLA] Only pass instruction in instruction visitor functions.Gravatar A. Unique TensorFlower2017-04-14
* [TF:XLA] Change buffer assignment to combine temp buffers into one allocation.Gravatar A. Unique TensorFlower2017-02-07
* Addition of Outfeed HLO op.Gravatar Tayo Oguntebi2017-01-27
* Initial open-source release of XLA: Accelerated Linear Algebra.Gravatar Peter Hawkins2017-01-09