Skip to content

Commit d8736ea

Browse files
committed
lint fix
1 parent da7aa62 commit d8736ea

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tilelang/transform/add_bufstore_wrapper.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
from tvm.tir.transform import prim_func_pass
44
from typing import Tuple, List, Dict
55

6+
67
def AddWrapperForSingleBufStore():
78
"""
89
Creates a TVM pass that wraps single buffer stores with parallel loops.

0 commit comments

Comments
 (0)