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 75db15f commit d64519e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions enzyme/Enzyme/MLIR/Passes/EnzymeWrapPass.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -121,13 +121,13 @@ struct DifferentiateWrapperPass
returnPrimal, mode, freeMemory, width,
/*addedType*/ nullptr, type_args,
volatile_args,
/*augmented*/ nullptr);
/*augmented*/ nullptr, "");
} else {
newFunc = Logic.CreateReverseDiff(
fn, RetActivity, ArgActivity, TA, returnPrimal, returnShadow, mode,
freeMemory, width,
/*addedType*/ nullptr, type_args, volatile_args,
/*augmented*/ nullptr);
/*augmented*/ nullptr, "");
}
if (!newFunc) {
signalPassFailure();
Expand Down

0 comments on commit d64519e

Please sign in to comment.