aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party
diff options
context:
space:
mode:
authorGravatar Sanjoy Das <sanjoy@google.com>2017-11-30 11:23:25 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2017-11-30 11:27:07 -0800
commiteafa8efc55fb9989a679e36b030742c6d87b0310 (patch)
tree16fbaafc1c3b92a2c541f7e8ddede80c4c310944 /third_party
parent4146ff1259c0b4ada8afbbad11a7b37d8373d1b9 (diff)
[XLA:CPU] Add Hlo profiling support to XlaJitCompiledCpuFunction
Some of the functionality has bled into the generic XlaCompiledCpuFunction, but there still remains a fair amount of work to do before the AOT side of things start working. This CL also fixes a bug I introduced in a previous CL -- when I changed IrEmitter::hlo_to_profile_idx_ to a value, I changed the signature of the generated function to always have the "profile_counters" argument when the AOT client code expects the signature to not have that argument. In practice this wasn't an issue for the standard x86 calling convention, but it could easily have been problematic on other architectures and calling conventions. After this change the mismatch is no longer present. PiperOrigin-RevId: 177481998
Diffstat (limited to 'third_party')
0 files changed, 0 insertions, 0 deletions