We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81fc867 commit abaa3f2Copy full SHA for abaa3f2
1 file changed
tritonbench/operators/grouped_gemm/kernels.py
@@ -72,7 +72,7 @@ def torch_dtype_to_triton_dtype(dtype):
72
"BLOCK_SIZE_K": BLOCK_K,
73
"NUM_SMS": num_sms(),
74
},
75
- num_stages = 3 if torch.version.hip is None else 2,
+ num_stages=3 if torch.version.hip is None else 2,
76
)
77
for BLOCK_M, BLOCK_N, BLOCK_K in itertools.product([128, 256], repeat=3)
78
],
0 commit comments