Skip to content

Commit

Permalink
[DIP] Remove manual stride assignment
Browse files Browse the repository at this point in the history
  • Loading branch information
meshtag committed Sep 8, 2022
1 parent f8cf8c9 commit 836e5fb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/Conversion/LowerDIP/LowerDIPPass.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ class DIPCorr2DOpLowering : public OpRewritePattern<dip::Corr2DOp> {
explicit DIPCorr2DOpLowering(MLIRContext *context, int64_t strideParam)
: OpRewritePattern(context) {
stride = strideParam;
stride = 4;
}

LogicalResult matchAndRewrite(dip::Corr2DOp op,
Expand Down

0 comments on commit 836e5fb

Please sign in to comment.