Skip to content

Commit

Permalink
Dog
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
jgmelber and github-actions[bot] authored Oct 24, 2024
1 parent a287f46 commit 133ce6c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion programming_examples/basic/passthrough_kernel/aie2.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
def passthroughKernel(dev, vector_size, trace_size):
N = vector_size
lineWidthInBytes = N // 4 # chop input in 4 sub-tensors

@device(dev)
def device_body():
# define types
Expand Down

0 comments on commit 133ce6c

Please sign in to comment.