Skip to content

Commit

Permalink
Remove preflattened_buffer from TVMScript stubs
Browse files Browse the repository at this point in the history
  • Loading branch information
Lunderberg committed Apr 15, 2022
1 parent 0186b1f commit 4e7ec70
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions python/tvm/script/tir/__init__.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -129,18 +129,6 @@ def store(
) -> None: ...
def comm_reducer(lambda_io: Callable[[Any, Any], Any], identities: List[PrimExpr]) -> PrimExpr: ...
def llvm_lookup_intrinsic_id(name: str) -> PrimExpr: ...
def preflattened_buffer(
buf: Buffer,
shape: Sequence[PrimExpr],
dtype: str = "float32",
data: Optional[Ptr] = None,
strides: Optional[Sequence[int]] = None,
elem_offset: Optional[int] = None,
scope: str = "global",
align: int = -1,
offset_factor: int = 0,
buffer_type: str = "default",
) -> Buffer: ...

"""
Intrinsics - tvm builtin
Expand Down

0 comments on commit 4e7ec70

Please sign in to comment.