From 47a7388200ce177020e443c6b805c52ac08929fd Mon Sep 17 00:00:00 2001 From: Jeff Fifield Date: Tue, 12 Nov 2024 11:33:55 -0700 Subject: [PATCH] remove comment --- include/aie/Dialect/AIE/IR/AIEOps.td | 4 ---- 1 file changed, 4 deletions(-) diff --git a/include/aie/Dialect/AIE/IR/AIEOps.td b/include/aie/Dialect/AIE/IR/AIEOps.td index 2e1a0a6677..c89b223286 100644 --- a/include/aie/Dialect/AIE/IR/AIEOps.td +++ b/include/aie/Dialect/AIE/IR/AIEOps.td @@ -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, @@ -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,