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

   ## Why
   
   The code was using the TypeScript type name `FTVMFFIErrorSetRaisedFromCStr` 
instead of the actual C function export name `TVMFFIErrorSetRaisedFromCStr`. 
The  F prefix is a naming convention for TypeScript function types, not the 
actual export names, which would make RPC run into error in my local test.      
                                               
                                                                                
                                                                                
   
   ## How
   
   `lib.exports.FTVMFFIErrorSetRaisedFromCStr` -->  
`lib.exports.TVMFFIErrorSetRaisedFromCStr` to match the C function name defined 
in ctypes.ts.


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