Skip to content

[BenchGC] add tuner tools for benchgc #358

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 17 commits into
base: main
Choose a base branch
from
Open
Prev Previous commit
Next Next commit
fix
  • Loading branch information
xurui1995 committed Sep 24, 2024
commit 662cb3b7a93eaf595c70f45954b243c48c10c10d
2 changes: 1 addition & 1 deletion test/benchgc/src/benchgc/tuner/op_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def find_factors(num):
class MatMulConfig(Config):
def __init__(
self,
op: OpView = None,
op: OpView,
M_threads: int = 1,
K_threads: int = 1,
N_threads: int = 1,
Expand Down