wrongtest-intellif opened a new pull request, #12118:
URL: https://github.com/apache/tvm/pull/12118

   Add missing type annotation `T.void` of prim type `void`, since either `""` 
or `None` is not valid type generic.
   
   This is used by PrimFunc with packed api:
   ```python
   @T.prim_func
   def default_function(args: T.handle, arg_type_ids: T.Ptr[T.int32], num_args: 
T.int32,
           out_ret_value: T.Ptr[T.void], out_ret_tcode: T.Ptr[T.int32], 
resource_handle: T.handle) -> T.int32:
       # ...
   ```
   
   


-- 
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: commits-unsubscr...@tvm.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to