Skip to content

Commit

Permalink
unused vars
Browse files Browse the repository at this point in the history
  • Loading branch information
wsmoses committed Feb 8, 2025
1 parent 4182f44 commit baa1317
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/enzyme_ad/jax/Passes/ConvertPolygeistToLLVM.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,6 @@ struct CAllocOpLowering : public AllocLikeOpLowering<memref::AllocOp> {
createIndexAttrConstant(rewriter, loc, rewriter.getIndexType(),
innerSizes));
}
Value null = rewriter.create<LLVM::ZeroOp>(loc, convertedType);
assert(0 && "todo alloc lower");
Value elementSize;
// = rewriter.create<enzymexla::TypeSizeOp>(
Expand Down Expand Up @@ -1114,7 +1113,6 @@ struct ConvertPolygeistToLLVMPass
populateOpenMPToLLVMConversionPatterns(converter, patterns);
arith::populateArithToLLVMConversionPatterns(converter, patterns);

bool kernelBarePtrCallConv = false;
// Our custom versions of the gpu patterns
if (useCStyleMemRef) {
// patterns.add<ConvertLaunchFuncOpToGpuRuntimeCallPattern>(
Expand Down

0 comments on commit baa1317

Please sign in to comment.