Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
wsmoses committed Oct 9, 2024
1 parent 6f80f2b commit ed71cab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions enzyme/Enzyme/MLIR/Interfaces/GradientUtilsReverse.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -166,8 +166,8 @@ MGradientUtilsReverse *MGradientUtilsReverse::CreateFromClone(
SmallPtrSet<mlir::Value, 1> nonconstant_values;
IRMapping invertedPointers;
FunctionOpInterface newFunc = CloneFunctionWithReturns(
mode_, width, todiff, invertedPointers, returnPrimals, returnShadows,
constant_args, constant_values, nonconstant_values, returnvals, retType,
mode_, width, todiff, invertedPointers, constant_args, constant_values,
nonconstant_values, returnvals, returnPrimals, returnShadows, retType,
prefix + todiff.getName(), originalToNew, originalToNewOps,
additionalArg);

Expand Down

0 comments on commit ed71cab

Please sign in to comment.