aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/xla/service/cpu/ir_function.cc
Commit message (Expand)AuthorAge
* [XLA:CPU] Don't use "temps" to refer to the table of buffer allocationsGravatar Sanjoy Das2018-08-31
* [XLA] Rename all (Mutable)ArraySlice to absl::Span.Gravatar Tim Shen2018-08-30
* [XLA] Use absl string types and functions instead of the TF versions.Gravatar Justin Lebar2018-08-23
* 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
* [XLA] s/ir_builder/b/Gravatar Justin Lebar2018-07-20
* Fixes variable name (#16797)Gravatar Rajendra arora2018-02-08
* [XLA:CPU] Factor out parallel function call logic into IrFunction (so it can ...Gravatar A. Unique TensorFlower2017-12-06
* [XLA:CPU] Extract out a common helper to create an llvm::FunctionGravatar Sanjoy Das2017-12-04
* [XLA:CPU] Add Hlo profiling support to XlaJitCompiledCpuFunctionGravatar Sanjoy Das2017-11-30
* [XLA:CPU] Factor IR function building logic out of IrEmitter into its own fil...Gravatar A. Unique TensorFlower2017-11-29