You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by GitBox <gi...@apache.org> on 2020/03/13 08:46:45 UTC

[GitHub] [incubator-tvm] liangfu opened a new pull request #5062: [Runtime] Parameterize constants in MISRA-C runtime

liangfu opened a new pull request #5062: [Runtime] Parameterize constants in MISRA-C runtime
URL: https://github.com/apache/incubator-tvm/pull/5062
 
 
   As part of #5060, this PR parameterize constants in MISRA-C runtime proposed in PR #3934 .
   
   @ajtulloch @tmoreau89 Please review.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [incubator-tvm] liangfu closed pull request #5062: [Runtime] Parameterize constants in MISRA-C runtime

Posted by GitBox <gi...@apache.org>.
liangfu closed pull request #5062: [Runtime] Parameterize constants in MISRA-C runtime
URL: https://github.com/apache/incubator-tvm/pull/5062
 
 
   

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [incubator-tvm] tqchen commented on issue #5062: [Runtime] Parameterize constants in MISRA-C runtime

Posted by GitBox <gi...@apache.org>.
tqchen commented on issue #5062: [Runtime] Parameterize constants in MISRA-C runtime
URL: https://github.com/apache/incubator-tvm/pull/5062#issuecomment-598799217
 
 
   Thanks @liangfu I think perhaps we could have a even better solution. By asking for a single stack to allocate these data structures from, which accounts for the memory for the containers as well as Tensors. In this way we won't need special magic constants for the runtime.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [incubator-tvm] liangfu commented on issue #5062: [Runtime] Parameterize constants in MISRA-C runtime

Posted by GitBox <gi...@apache.org>.
liangfu commented on issue #5062: [Runtime] Parameterize constants in MISRA-C runtime
URL: https://github.com/apache/incubator-tvm/pull/5062#issuecomment-599306254
 
 
   This is closed, since we are going to implement a memory container that returns addresses from a single stack.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services