Skip to content

Commit

Permalink
Added comment about V0 policy implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
fbajraktariTT committed Nov 1, 2024
1 parent e5bd01d commit 34a2f4e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion lib/Dialect/TTNN/Analysis/L1InterleavedPolicy.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,11 @@ void L1InterleavedPolicy::run(
Operation *currentOp = nullptr;
llvm::DenseMap<Operation *, tt::LayoutAttr> selectedOpLayout;

// TODO(fbajraktari): Algo
// TODO(fbajraktari):
// This is V0 implementation of L1 interleaved policy. In the current
// implementation we have a single L1ChainCofig per FuncOp. This implies
// that in case of DRAM spil we will have a disconnected chain of L1 ops.
// This will be fixed in V1.
//
l1ChainConfigs->push_back(L1ChainConfig());
while (scheduler.hasUnscheduledOps()) {
Expand Down

0 comments on commit 34a2f4e

Please sign in to comment.