Skip to content

Commit

Permalink
[examples] Update VectorExp iteration value.
Browse files Browse the repository at this point in the history
  • Loading branch information
zhanghb97 committed Oct 19, 2024
1 parent c1175b7 commit 49f4410
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/VectorExpDialect/vector-exp-iteration.mlir
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ func.func @main() -> i32 {
} : () -> ()

// Update dynamic vector length.
%new_vl = arith.subi %vl_total_i32, %vl_step_i32 : i32
%new_vl = arith.subi %iter_vl_i32, %vl_step_i32 : i32
scf.yield %new_vl : i32
}

Expand Down

0 comments on commit 49f4410

Please sign in to comment.