Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
junrushao committed Dec 12, 2021
1 parent c496540 commit 1fef7f2
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,6 @@ def main(var_A: T.handle, var_B: T.handle, var_C: T.handle) -> None:
jo = T.axis.spatial(32, i0_0_1_i1_0_1_fused % 2 * 16 + i0_0_2_i1_0_2_fused * 2 + i1_0_4_init)
T.reads([])
T.writes([C_local_wmma_accumulator[io * 16 : io * 16 + 16, jo * 16 : jo * 16 + 16]])
T.block_attr({"meta_schedule.auto_tensorize":"wmma_fill"})
for i0_1, i1_1 in T.grid(16, 16):
with T.block("C_init"):
i_init = T.axis.spatial(512, io * 16 + i0_1)
Expand Down

0 comments on commit 1fef7f2

Please sign in to comment.