Skip to content

Commit

Permalink
Fix typo in tile_and_distribute_to_workgroups.mlir test (#18982)
Browse files Browse the repository at this point in the history
Fixes a typo in a lit test that was added in
#18897.

Signed-off-by: Max Dawkins <[email protected]>
  • Loading branch information
Max191 authored Oct 31, 2024
1 parent 0077358 commit 20c8347
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2115,8 +2115,8 @@ hal.executable private @dynamic_unpack_dynamic_tile {
%1 = arith.index_castui %cl_1 : i32 to index
%2 = arith.index_castui %cl_2 : i32 to index
%3 = arith.index_castui %cl_3 : i32 to index
%tile0 = arith.index_castui %cl_3 : i32 to index
%tile1 = arith.index_castui %cl_3 : i32 to index
%tile0 = arith.index_castui %cl_4 : i32 to index
%tile1 = arith.index_castui %cl_5 : i32 to index
%4 = flow.dispatch.workload.ordinal %0, 0 : index
%5 = flow.dispatch.workload.ordinal %1, 1 : index
%6 = flow.dispatch.workload.ordinal %2, 2 : index
Expand Down

0 comments on commit 20c8347

Please sign in to comment.