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 da7aa62 commit d8736eaCopy full SHA for d8736ea
tilelang/transform/add_bufstore_wrapper.py
@@ -3,6 +3,7 @@
3
from tvm.tir.transform import prim_func_pass
4
from typing import Tuple, List, Dict
5
6
+
7
def AddWrapperForSingleBufStore():
8
"""
9
Creates a TVM pass that wraps single buffer stores with parallel loops.
0 commit comments