Skip to content

Commit

Permalink
[HotFix] Pylint in python/tvm/topi/arm_cpu/conv2d.py
Browse files Browse the repository at this point in the history
  • Loading branch information
MasterJH5574 committed May 29, 2024
1 parent 28aad7c commit db3b9ad
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions python/tvm/topi/arm_cpu/conv2d.py
Original file line number Diff line number Diff line change
Expand Up @@ -758,11 +758,13 @@ def schedule_conv2d_NHWC_hybrid_TIR(sch: tvm.tir.Schedule):

# Tensorize the GeMM update
sme_gemm_interleaved_intrin_name = ARM_SME_2SVLx2SVL_GEMM_INTERLEAVED_MOPA + f"_{K_padded}"
# pylint: disable=no-value-for-parameter
tvm.tir.TensorIntrin.register(
sme_gemm_interleaved_intrin_name,
*get_sme_gemm_interleaved_mopa_2svlx2svl_intrin(K_padded),
override=True,
)
# pylint: enable=no-value-for-parameter
sch.tensorize(mi, sme_gemm_interleaved_intrin_name)

# Add pstate annotations
Expand Down

0 comments on commit db3b9ad

Please sign in to comment.