Skip to content

Commit

Permalink
Add python datagen and verify scripts for maxpool
Browse files Browse the repository at this point in the history
  • Loading branch information
David Hua committed Nov 9, 2023
1 parent 252c6bf commit 5e93e11
Show file tree
Hide file tree
Showing 13 changed files with 1,320 additions and 31 deletions.
3 changes: 2 additions & 1 deletion sw/blas/gemm/verify.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,8 @@ def main():
if (fail):
verification.dump_results_to_csv([c_golden, c_actual, absolute_err],
Path.cwd() / 'gemm_results.csv')

else:
print("good")
return int(fail)


Expand Down
Loading

0 comments on commit 5e93e11

Please sign in to comment.