Skip to content

Commit

Permalink
Rebase fix
Browse files Browse the repository at this point in the history
  • Loading branch information
vivekkhandelwal1 committed Feb 5, 2025
1 parent 846fbea commit a788784
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/Conversion/TorchToLinalg/Uncategorized.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
#include "torch-mlir/Dialect/Torch/Utils/TorchUpstream.h"
#include "torch-mlir/Dialect/Torch/Utils/Utils.h"
#include "llvm/ADT/APSInt.h"
#include "llvm/Support/LogicalResult.h"
#include <numeric>
#include <string>
#include <type_traits>
Expand Down Expand Up @@ -3623,6 +3624,7 @@ class ConvertSymConstrainRangeOp
rewriter.getStringAttr(assertMessage));

rewriter.eraseOp(op);
return success();
}
};
} // namespace
Expand Down

0 comments on commit a788784

Please sign in to comment.