Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
kuhar committed Oct 7, 2024
1 parent 7a6f821 commit 48a258b
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 @@ -107,7 +107,7 @@ def compile_gemm(tag, config, kernel_dir, vmfb_dir, target, extra_compiler_args,
target = args.target
extra_compiler_args = list(args.Xiree_compile)
dump_dir = args.dump_dir

args = itertools.starmap(
lambda tag, config: (tag, config, kernel_dir, vmfb_dir, target, extra_compiler_args, tk, dump_dir), configs
)
Expand Down

0 comments on commit 48a258b

Please sign in to comment.