Skip to content

Commit

Permalink
address comments
Browse files Browse the repository at this point in the history
  • Loading branch information
shingjan committed Dec 6, 2021
1 parent ebfb5dc commit f9bcd49
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 @@ -364,13 +364,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 f9bcd49

Please sign in to comment.