Skip to content

Commit e0fcf5b

Browse files
committed
fix pylint
1 parent 857b519 commit e0fcf5b

File tree

1 file changed

+2
-0
lines changed
  • python/tvm/script/ir_builder/tir

1 file changed

+2
-0
lines changed

python/tvm/script/ir_builder/tir/ir.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1254,6 +1254,7 @@ def func(
12541254
return func
12551255

12561256

1257+
# pylint: disable=invalid-name
12571258
int8 = func_gen(("Int8"))
12581259
int16 = func_gen(("Int16"))
12591260
int32 = func_gen(("Int32"))
@@ -1328,6 +1329,7 @@ def func(
13281329
float16x64 = func_gen(("Float16x64"))
13291330
float32x64 = func_gen(("Float32x64"))
13301331
float64x64 = func_gen(("Float64x64"))
1332+
# pylint: enable=invalid-name
13311333

13321334

13331335
def boolean(expr: Optional[PrimExpr] = None) -> PrimExpr:

0 commit comments

Comments
 (0)