aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/xla/service/gpu/elemental_ir_emitter.h
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/compiler/xla/service/gpu/elemental_ir_emitter.h')
-rw-r--r--tensorflow/compiler/xla/service/gpu/elemental_ir_emitter.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/compiler/xla/service/gpu/elemental_ir_emitter.h b/tensorflow/compiler/xla/service/gpu/elemental_ir_emitter.h
index 91f4d960aa..e3eacef133 100644
--- a/tensorflow/compiler/xla/service/gpu/elemental_ir_emitter.h
+++ b/tensorflow/compiler/xla/service/gpu/elemental_ir_emitter.h
@@ -43,7 +43,7 @@ class GpuElementalIrEmitter : public ElementalIrEmitter {
const HloComputation&, tensorflow::gtl::ArraySlice<llvm::Value*>)>;
GpuElementalIrEmitter(const HloModuleConfig& hlo_module_config,
- llvm::Module* module, llvm::IRBuilder<>* ir_builder,
+ llvm::Module* module, llvm::IRBuilder<>* b,
NestedComputer compute_nested);
llvm_ir::ElementGenerator MakeElementGenerator(