Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
wsmoses committed Dec 24, 2024
1 parent 5ebc464 commit c4588eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/enzyme_ad/jax/Passes/LowerKernel.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -557,7 +557,7 @@ void *CompileKernel(SymbolTableCollection &symbolTable, mlir::Location loc,
OpBuilder builder(submod);

SymbolTable st2(submod);
auto print2 = st2.lookup<LLVM::LLVMFuncOp>(submod);
auto print2 = st2.lookup<LLVM::LLVMFuncOp>("printf");

builder.setInsertionPointToStart(&submod.getBodyRegion().front());
auto ptrty = LLVM::LLVMPointerType::get(builder.getContext());
Expand Down

0 comments on commit c4588eb

Please sign in to comment.