Skip to content

Commit

Permalink
Init sizes for vec scalar mul
Browse files Browse the repository at this point in the history
  • Loading branch information
jgmelber committed Nov 14, 2024
1 parent daa4598 commit 259b2a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion programming_examples/basic/vector_scalar_mul/aie2_alt.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ def sequence(A, F, C):
in_factor_task = dma_configure_task_for(of_factor, issue_token=True)
with bds(in_factor_task) as bd:
with bd[0]:
shim_dma_bd(F)
shim_dma_bd(F, sizes=[1, 1, 1, 1])
EndOp()

out_task = dma_configure_task_for(of_out, issue_token=True)
Expand Down

0 comments on commit 259b2a6

Please sign in to comment.