Skip to content

Commit

Permalink
Update lib/Dialect/AIE/Transforms/AIEObjectFifoStatefulTransform.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
AndraBisca and github-actions[bot] authored Oct 30, 2024
1 parent f8c3995 commit 5f4b846
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1436,7 +1436,8 @@ struct AIEObjectFifoStatefulTransformPass
if (!createOp.getInitValues().has_value()) {
int prodMaxAcquire = findObjectFifoSize(
device, createOp.getProducerTileOp(), createOp);
createOp.setElemNumberAttr(builder.getI32IntegerAttr(prodMaxAcquire));
createOp.setElemNumberAttr(
builder.getI32IntegerAttr(prodMaxAcquire));
}
}
createObjectFifoElements(builder, lockAnalysis, createOp,
Expand Down

0 comments on commit 5f4b846

Please sign in to comment.