Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
htyu committed Jan 9, 2025
1 parent 8a847ae commit faeaefc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Dialect/TritonGPU/Transforms/WSCodePartition.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1333,7 +1333,7 @@ void insertAsyncComm(
SmallVector<Operation *> users;
for (auto user : c->getUsers()) {
if (isa<TransOp>(user)) {
// TransOp is not a real consumer. It caculates the shared memor/
// TransOp is not a real consumer. It caculates the shared memory
// address for the real consumer. Continue to find its transitive users
// recursively.
DenseSet<Operation *> visited;
Expand Down

0 comments on commit faeaefc

Please sign in to comment.