Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
rdspring1 committed Sep 23, 2024
1 parent c319e5c commit 3bb1b95
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions csrc/device_lower/pass/circular_buffer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -582,8 +582,8 @@ class TmaCircularBufferLoopCloner : public CircularBufferLoopCloner {

LoadStoreOp* ldst = expr->as<LoadStoreOp>();

// There should be a single mbarrier_arrive_tx_ for all ldst in current
// stage.
// There should be a single mbarrier_arrive_tx_ for each cpAsynBulk load
// expression.
NVF_ERROR(mbarrier_arrive_tx_ == nullptr);
mbarrier_arrive_tx_ =
createMbarrierArriveExpectTx(ldst, current_load_stage_);
Expand Down

0 comments on commit 3bb1b95

Please sign in to comment.