Skip to content

Commit

Permalink
Fix offset bug in matrix multiply cascade (#1770)
Browse files Browse the repository at this point in the history
  • Loading branch information
hunhoffe authored Sep 16, 2024
1 parent ce58da3 commit 932a5df
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,7 @@ def device_body():
(t, 1),
],
)
of_offsets = [n * k * i for i in range(n_aie_cols)]
object_fifo_link(
B_l3l2_fifos[col],
[B_l2l1_fifos[row][col] for row in range(n_aie_rows)],
Expand Down

0 comments on commit 932a5df

Please sign in to comment.