d-smirnov commented on code in PR #11015:
URL: https://github.com/apache/tvm/pull/11015#discussion_r906083397
##########
src/target/source/interface_c.cc:
##########
@@ -90,8 +92,12 @@ class InterfaceCNode : public runtime::ModuleNode {
for (const tir::usmp::AllocatedPoolInfo pool : pools_) {
String pool_name = pool->pool_info->pool_name;
Integer pool_size = pool->allocated_size;
- EmitIntegerValueMacro(code, SanitizeName(pool_name) + " size",
- SanitizeName(pool_name) + "_WORKSPACE_POOL_SIZE",
pool_size->value);
Review Comment:
Amended
--
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]