Skip to content

Commit

Permalink
change rtp buffer name reference in anticipation of Xilinx#1936
Browse files Browse the repository at this point in the history
  • Loading branch information
andrej committed Nov 22, 2024
1 parent 003eb01 commit 45b2260
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -892,7 +892,7 @@ def sequence(A, B, C):
rtp_K_div_k_div_2 = K // k // 2
for row in range(n_aie_rows):
for col in range(n_aie_cols):
sym_ref = FlatSymbolRefAttr.get(rtp_bufs[row][col].get_name()[1:])
sym_ref = FlatSymbolRefAttr.get(rtp_bufs[row][col].get_name())
npu_rtp_write(sym_ref, 1, rtp_K_div_k_div_2)
npu_rtp_write(sym_ref, 2, n_tiles_per_core)
npu_rtp_write(sym_ref, 0, 1) # indicate "ready"
Expand Down

0 comments on commit 45b2260

Please sign in to comment.