guan404ming opened a new pull request, #18683:
URL: https://github.com/apache/tvm/pull/18683

   ## Why                                                                       
                               
   Recent FFI refactoring added new type indices kTVMFFIStr (65) and 
kTVMFFIBytes (66). The RPC server didn't  
   handle these, causing "cannot support type index 65/66" errors when Python 
sends string/bytes arguments via 
   RPC.                                                                         
                               
                                                                                
                               
   ## How
   `WriteFFIAny` in C++ writes the `type_index` twice for these types. The fix 
adds handlers that read and discard the duplicate type_index before reading the 
actual data.


-- 
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]

Reply via email to