Skip to content

Commit abaa3f2

Browse files
committed
format
1 parent 81fc867 commit abaa3f2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tritonbench/operators/grouped_gemm/kernels.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ def torch_dtype_to_triton_dtype(dtype):
7272
"BLOCK_SIZE_K": BLOCK_K,
7373
"NUM_SMS": num_sms(),
7474
},
75-
num_stages = 3 if torch.version.hip is None else 2,
75+
num_stages=3 if torch.version.hip is None else 2,
7676
)
7777
for BLOCK_M, BLOCK_N, BLOCK_K in itertools.product([128, 256], repeat=3)
7878
],

0 commit comments

Comments
 (0)