Skip to content

Commit

Permalink
fixup after rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
fifield committed Jan 29, 2025
1 parent 5312be9 commit f7f3de7
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions mlir/lib/Conversion/AIRToAIEPass.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3503,10 +3503,6 @@ class AIRToAIEPass : public air::impl::AIRToAIEBase<AIRToAIEPass> {
AIE::DMAChannelDir::MM2S,
chan_renumber_reverse_map, dma_allocations);

getSegmentDmaAllocations(builder, ctx, seg, shimDmaAlloc.mm2s_allocs,
true, chan_renumber_reverse_map,
dma_allocations);

auto segment_name =
device->getAttrOfType<StringAttr>(SymbolTable::getSymbolAttrName())
.getValue();
Expand Down

0 comments on commit f7f3de7

Please sign in to comment.