Skip to content

Commit 8b570a7

Browse files
linting
Signed-off-by: cliu-us <[email protected]>
1 parent 8ffad1b commit 8b570a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

fms_mo/custom_ext_kernels/triton_kernels.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ def matmul_kernel(
101101
stride_cm,
102102
stride_cn,
103103
chunk_trun_bits,
104-
max_acc_bits,
104+
max_acc_bits, # pylint: disable=unused-argument
105105
truncate_then_accumulate,
106106
# Meta-parameters
107107
BLOCK_SIZE_M: tl.constexpr,
@@ -311,7 +311,7 @@ def matmul_kernel_DABC(
311311
stride_cm,
312312
stride_cn,
313313
chunk_trun_bits,
314-
max_acc_bits,
314+
max_acc_bits, # pylint: disable=unused-argument
315315
truncate_then_accumulate,
316316
# Meta-parameters
317317
BLOCK_SIZE_M: tl.constexpr,

0 commit comments

Comments
 (0)