Skip to content

Commit

Permalink
Update programming_examples/basic/eltwise_mul/test.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
fifield and github-actions[bot] committed Apr 10, 2024
1 parent dca82f2 commit e82c7b8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions programming_examples/basic/eltwise_mul/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
INOUT1_SIZE = INOUT1_VOLUME * INOUT1_DATATYPE().itemsize
INOUT2_SIZE = INOUT2_VOLUME * INOUT2_DATATYPE().itemsize


def main(opts):

# Load instruction sequence
Expand Down

0 comments on commit e82c7b8

Please sign in to comment.