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 8ffad1b commit 8b570a7Copy full SHA for 8b570a7
fms_mo/custom_ext_kernels/triton_kernels.py
@@ -101,7 +101,7 @@ def matmul_kernel(
101
stride_cm,
102
stride_cn,
103
chunk_trun_bits,
104
- max_acc_bits,
+ max_acc_bits, # pylint: disable=unused-argument
105
truncate_then_accumulate,
106
# Meta-parameters
107
BLOCK_SIZE_M: tl.constexpr,
@@ -311,7 +311,7 @@ def matmul_kernel_DABC(
311
312
313
314
315
316
317
0 commit comments