kparzysz-quic opened a new pull request #5535: URL: https://github.com/apache/incubator-tvm/pull/5535
- Implement `getNextString` to break up `std::string` into words. `stringstream` just doesn't work on Android. - `string::find_last_of` doesn't look for the last substring, but the last character from a given string. - Use `SIGTERM` to terminate processes (this isn't necessary, but using `SIGKILL` is not a good practice). - Convert `./rpc` to a full path. When a module is uploaded and offloaded to Hexagon, the `dlopen` on Hexagon needs an absolute path (or a path without directories). ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
