k0nze opened a new pull request, #39: URL: https://github.com/apache/tvm-vta/pull/39
When building VTA_TSIM from TVM, an error occurred, which was fixed by changing the signature of `DPIModule` (`src/dpi/module.cc`) from `std::string` to `tvm::runtime::String`. Additionally, `override` statements were added to `DPIModule` methods which override virtual methods of `DPIModuleNode` (`src/dpi/module.h`) to get rid of warnings when building VTA_TSIM. -- 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]
