Skip to content

Commit

Permalink
add todo
Browse files Browse the repository at this point in the history
  • Loading branch information
rdspring1 committed Dec 22, 2024
1 parent 9288bac commit 202e1bf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions csrc/device_lower/utils.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1995,6 +1995,7 @@ std::vector<Expr*> getSyncExprs(AsyncOpType async_type, int64_t keep_stages) {
sync_exprs.push_back(commit);
auto wait = IrBuilder::create<kir::AsyncWait>(async_type, keep_stages);
sync_exprs.push_back(wait);
// TODO Do not apply for warp specialization
if (async_type == AsyncOpType::WgMma) {
auto sync = IrBuilder::create<kir::BlockSync>(true);
sync_exprs.push_back(sync);
Expand Down

0 comments on commit 202e1bf

Please sign in to comment.