Skip to content

Commit

Permalink
remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
fifield committed Nov 12, 2024
1 parent 1f1266c commit 47a7388
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions include/aie/Dialect/AIE/IR/AIEOps.td
Original file line number Diff line number Diff line change
Expand Up @@ -1046,8 +1046,6 @@ def AIE_DMAOp: AIE_Op<"dma", [
}];
}

// MemOps are not actually Callable, but we want to inline code into them, so we have to
// implement CallableOpInterface
def AIE_MemOp: AIE_Op<"mem", [
TileElement, FlowEndPoint,
IsCoreTile, HasValidBDs, HasValidDMAChannels,
Expand Down Expand Up @@ -1088,8 +1086,6 @@ def AIE_MemOp: AIE_Op<"mem", [
}];
}

// This op is not actually Callable, but we want to inline code into them, so we have to
// implement CallableOpInterface
def AIE_MemTileDMAOp: AIE_Op<"memtile_dma", [
TileElement, FlowEndPoint,
IsMemTile, HasValidBDs, HasValidDMAChannels,
Expand Down

0 comments on commit 47a7388

Please sign in to comment.