From 7ecf7b0e1193e5676b3ccd51e32f88da6a8d8c65 Mon Sep 17 00:00:00 2001 From: Andy Stone Date: Sat, 16 Sep 2023 01:25:14 -0500 Subject: [PATCH] Fix outputted png filename --- Signed-off-by: Andy Stone --- test/gpu/native/streamPrototype/stream.plot.paint.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/gpu/native/streamPrototype/stream.plot.paint.py b/test/gpu/native/streamPrototype/stream.plot.paint.py index 5f0db0d80fad..dd4027849352 100755 --- a/test/gpu/native/streamPrototype/stream.plot.paint.py +++ b/test/gpu/native/streamPrototype/stream.plot.paint.py @@ -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")