Skip to content

Commit 662cb3b

Browse files
committed
fix
1 parent 60d3443 commit 662cb3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/benchgc/src/benchgc/tuner/op_config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ def find_factors(num):
5252
class MatMulConfig(Config):
5353
def __init__(
5454
self,
55-
op: OpView = None,
55+
op: OpView,
5656
M_threads: int = 1,
5757
K_threads: int = 1,
5858
N_threads: int = 1,

0 commit comments

Comments
 (0)