Skip to content

Commit

Permalink
address comments
Browse files Browse the repository at this point in the history
  • Loading branch information
shingjan committed Dec 7, 2021
1 parent e27d05f commit 8fe3031
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/tvm/script/tir/__init__.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -370,13 +370,13 @@ def unroll(
def thread_binding(
begin: Union[PrimExpr, int],
end: Union[PrimExpr, int],
thread: str = None,
thread: str,
annotations: Optional[Mapping[str, Object]] = None,
) -> Iterable[IterVar]: ...
@overload
def thread_binding(
end: Union[PrimExpr, int],
thread: str = None,
thread: str,
annotations: Optional[Mapping[str, Object]] = None,
) -> Iterable[IterVar]: ...
@overload
Expand Down

0 comments on commit 8fe3031

Please sign in to comment.