Skip to content

Commit

Permalink
Fix outputted png filename
Browse files Browse the repository at this point in the history
---
Signed-off-by: Andy Stone <[email protected]>
  • Loading branch information
stonea committed Sep 20, 2023
1 parent fc538e9 commit 7ecf7b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/gpu/native/streamPrototype/stream.plot.paint.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ def report(tbl, filename):
p.save(f'logs/{filename}')

report(tbl_amd, "stream_amd.png")
report(tbl_nvidia, "nvidia_amd.png")
report(tbl_nvidia, "stream_nvidia.png")

0 comments on commit 7ecf7b0

Please sign in to comment.