Skip to content

Commit

Permalink
Update test/npu-xrt/objectfifo_repeat/init_values_repeat/aie2.py
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
AndraBisca and github-actions[bot] authored Nov 12, 2024
1 parent eff4930 commit a98b1bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/npu-xrt/objectfifo_repeat/init_values_repeat/aie2.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def device_body():
1,
tensor_ty,
initValues=[
np.arange(1, N+1, dtype=np.int32),
np.arange(1, N + 1, dtype=np.int32),
],
)
of_in.set_repeat_count(memtile_repeat_count)
Expand Down

0 comments on commit a98b1bc

Please sign in to comment.