We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60d3443 commit 662cb3bCopy full SHA for 662cb3b
test/benchgc/src/benchgc/tuner/op_config.py
@@ -52,7 +52,7 @@ def find_factors(num):
52
class MatMulConfig(Config):
53
def __init__(
54
self,
55
- op: OpView = None,
+ op: OpView,
56
M_threads: int = 1,
57
K_threads: int = 1,
58
N_threads: int = 1,
0 commit comments