Skip to content

Commit

Permalink
fix a_op update
Browse files Browse the repository at this point in the history
  • Loading branch information
superlopuh committed Nov 13, 2023
1 parent 1eb103f commit dc59a07
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ def match_and_rewrite(
)
set_stride_op = snitch.SsrSetDimensionStrideOp(stride_op.rd, op.dm, ints[1])
new_ops.extend((a_inc_op, new_a_op, stride_op, set_stride_op))
a_op = new_a_op

rewriter.insert_op_before_matched_op(new_ops)
rewriter.erase_matched_op()
Expand Down

0 comments on commit dc59a07

Please sign in to comment.