aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/xla/service/cpu/parallel_loop_emitter.cc
Commit message (Expand)AuthorAge
* [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] s/ir_builder/b/Gravatar Justin Lebar2018-07-20
* Allow the use of 32 bit integer type for loop index and tensor element index.Gravatar Bixia Zheng2018-06-19
* [XLA:GPU] Add infrastructure for unrolling kernels to improve bandwidth utili...Gravatar Benjamin Kramer2018-04-10
* [XLA] Add format field to layoutGravatar A. Unique TensorFlower2017-12-18
* [XLA:CPU] Factor out parallel function call logic into IrFunction (so it can ...Gravatar A. Unique TensorFlower2017-12-06
* [XLA:CPU] Factor out parallel loop emission into its own file so it can be ca...Gravatar A. Unique TensorFlower2017-11-29