tqchen commented on code in PR #492:
URL: https://github.com/apache/tvm-ffi/pull/492#discussion_r2873014031
##########
python/tvm_ffi/cython/function.pxi:
##########
@@ -889,6 +889,32 @@ cdef class Function(CObject):
def __cinit__(self) -> None:
self.c_release_gil = _RELEASE_GIL_BY_DEFAULT
+ def __init__(self, func: Optional[Callable[..., Any]] = None) -> None:
Review Comment:
let us wait until cutedsl release cycles fixes the compact issue, the land
this one
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]