Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
wsmoses committed Jan 1, 2025
1 parent d64519e commit 419db81
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions enzyme/Enzyme/MLIR/Passes/EnzymeMLIRPass.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,7 @@ struct DifferentiatePass : public DifferentiatePassBase<DifferentiatePass> {


void getDependentDialects(DialectRegistry &registry) const override {
mlir::PassManager pm(nf->getContext());
std::string error_message;
//llvm::raw_string_ostream error_stream(error_message);
mlir::OpPassManager pm;
mlir::LogicalResult result =
mlir::parsePassPipeline(postpasses, pm);
if (!mlir::failed(result)) {
Expand Down

0 comments on commit 419db81

Please sign in to comment.