Skip to content

Commit 502d71f

Browse files
committed
clean clode
1 parent 23ef354 commit 502d71f

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

examples/linear_attention/example_retention_fwd.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -51,13 +51,6 @@ def chunk_retention_fwd(
5151
o = T.alloc_fragment([chunk_size, BV], accum_dtype)
5252
T.clear(h)
5353

54-
T.annotate_layout({
55-
q: tl.layout.make_swizzled_layout(q),
56-
k: tl.layout.make_swizzled_layout(k),
57-
v: tl.layout.make_swizzled_layout(v),
58-
h_shared: tl.layout.make_swizzled_layout(h_shared),
59-
s_shared: tl.layout.make_swizzled_layout(s_shared),
60-
})
6154
T.use_swizzle(10)
6255

6356
for i in T.Pipelined(0, NT):

0 commit comments

Comments
 (0)