Skip to content

Commit 049da97

Browse files
committed
clarify copy args
1 parent 0208c7a commit 049da97

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

include/ttlang/Dialect/TTL/IR/TTLOps.td

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -116,9 +116,8 @@ def TTL_CopyOp : TTL_Op<"copy", [MemoryEffects<[MemRead, MemWrite]>]> {
116116
corresponding `ttl.wait` has completed.
117117

118118
Exactly one operand must be a circular buffer (`!ttl.cb`). The other operand
119-
must be either:
120-
- A `!ttl.tensor_slice` (a view into a tensor at specific tile indices)
121-
- A ranked tensor with TTNN layout encoding (transfers all tiles via loop)
119+
must be a ranked tensor (the result of a tensor slice) with TTNN layout
120+
encoding (transfers all tiles via loop).
122121

123122
TODO(ttl): Add an optional TRID attribute (range 0..15) when TRID-specific
124123
ttkernel noc ops land in tt-mlir. Issue: #87.

0 commit comments

Comments
 (0)