Skip to content

Commit

Permalink
tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
rdspring1 committed Feb 10, 2025
1 parent 7bba9a4 commit 282b74c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion csrc/device_lower/pass/insert_syncs.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1209,7 +1209,7 @@ class WarAsyncWaitInserter : private kir::ExprMutator {

// Default position is last expression in for loop
size_t num_exprs = for_loop->body().exprs().size();
int64_t pos = num_exprs - 1;
size_t pos = num_exprs - 1;

// The sync qualifier in the `wgmma.wait_group` ptx instruction only
// guarantees that a warp executes the instruction. The entire warp
Expand Down

0 comments on commit 282b74c

Please sign in to comment.