Skip to content

Commit

Permalink
Update test/npu-xrt/adjacent_memtile_access/two_memtiles/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 19, 2024
1 parent 3cd6c22 commit 7b79747
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/npu-xrt/adjacent_memtile_access/two_memtiles/aie2.py
Original file line number Diff line number Diff line change
Expand Up @@ -168,8 +168,7 @@ def sequence(A, B, C):
npu_dma_memcpy_nd(metadata="in1", bd_id=1, mem=A, sizes=[1, 1, 1, N])
npu_dma_memcpy_nd(metadata="out", bd_id=0, mem=C, sizes=[1, 1, 1, N])
npu_dma_wait("out")
#npu_sync(column=0, row=0, direction=0, channel=0)

# npu_sync(column=0, row=0, direction=0, channel=0)


with mlir_mod_ctx() as ctx:
Expand Down

0 comments on commit 7b79747

Please sign in to comment.