grant-arm commented on a change in pull request #9510:
URL: https://github.com/apache/tvm/pull/9510#discussion_r754148132
##########
File path: src/target/source/interface_c.cc
##########
@@ -140,15 +145,26 @@ class InterfaceCNode : public runtime::ModuleNode {
code_stream << ");\n";
}
+ void EmitWorkspaceSize(std::stringstream& code_stream) {
+ std::string workspace_size_name =
+ ToCConstantStyle(PrefixGeneratedName({module_name_,
"WORKSPACE_SIZE"}));
+ code_stream << "/*!\n"
+ << " * \\brief Workspace size \n"
Review comment:
Thanks @Mousius , I've changed this now.
--
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]