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 2021/10/21 22:38:09 UTC

[GitHub] [tvm] mbs-octoml opened a new pull request #9345: BUG: Look through on_device annotations when looking for shape constants

mbs-octoml opened a new pull request #9345:
URL: https://github.com/apache/tvm/pull/9345


   https://github.com/apache/tvm/pull/8788 introduced a perf regression
   since a `shape.as<ConstantNode>` in `alloc_tensor` was always failing
   due to the extra `on_device` annotation on the constant. Fixed that,
   and introduced some helpers to make this situation easier to deal with.
   
   (This is CORE-102 in OctoML JIRA).
   


-- 
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: commits-unsubscribe@tvm.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [tvm] masahi merged pull request #9345: BUG: Look through on_device annotations when looking for shape constants

Posted by GitBox <gi...@apache.org>.
masahi merged pull request #9345:
URL: https://github.com/apache/tvm/pull/9345


   


-- 
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: commits-unsubscribe@tvm.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [tvm] mbs-octoml commented on pull request #9345: BUG: Look through on_device annotations when looking for shape constants

Posted by GitBox <gi...@apache.org>.
mbs-octoml commented on pull request #9345:
URL: https://github.com/apache/tvm/pull/9345#issuecomment-949057351


   @mbrookhart for review if you have a chance


-- 
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: commits-unsubscribe@tvm.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org