gussmith23 commented on pull request #9921: URL: https://github.com/apache/tvm/pull/9921#issuecomment-1012456788
That's a great question! I wish I had an exact technical answer for you; I can only give you my debugging-level experience. It seems like at the Rust-C++ boundary, std::string just doesn't work. On the Rust side, a std::string does not become a Rust String. I'm not sure if this is universally true, or just true because of how TVM handles things. The solution which was suggested to me is to slowly convert everything to use tvm::String on the C++ side, and TString on the Rust side. -- 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]
