Skip to content

Commit

Permalink
use '.'
Browse files Browse the repository at this point in the history
  • Loading branch information
saienduri authored Oct 4, 2024
1 parent f7bf4c0 commit 0c41475
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gemmbench/gemm_bench.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ def compile_gemm(tag, config, kernel_dir, vmfb_dir, target, extra_compiler_args,

if args.roofline:
for dtype in requested_dtypes:
roofline(args.roofline, f"{args.plot.split(".")[0]}_{dtype}.png", args.batch, dtype, args.model)
roofline(args.roofline, f"{args.plot.split('.')[0]}_{dtype}.png", args.batch, dtype, args.model)
sys.exit()

tk = args.tk
Expand Down

0 comments on commit 0c41475

Please sign in to comment.