Skip to content

Commit

Permalink
Update test/python/aie_ops.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 5, 2024
1 parent ee6e80f commit 8cbec2d
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions test/python/aie_ops.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,10 +118,7 @@ def objFifo():
[bd_dim_layout(size=1, stride=2)],
[[bd_dim_layout(size=1, stride=2)]],
via_DMA=True,
initValues=[
np.arange(4, dtype=np.float16),
np.arange(4, dtype=np.float16)
],
initValues=[np.arange(4, dtype=np.float16), np.arange(4, dtype=np.float16)],
)
end()

Expand Down

0 comments on commit 8cbec2d

Please sign in to comment.