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 2022/07/14 19:14:57 UTC

[GitHub] [tvm] mbs-octoml opened a new pull request, #12095: [Relay] Allow Primitive function to carry virtual device annotations in PlanDevices

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

   Previously Primitive=1 functions not analyzed and calls to such were completely
   unconstrained. With this change at least any virtual device annotation on the function
   are respected and accounted for in calls, even though the body is not analyzed.
   
   This may help with piggy-backing on PlanDevices for doing memory scope analysis, since
   it is now possible to express cross-scope functions on Primitive functions. However
   I believe there are other issues to deal with in addition to this one.


-- 
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] jwfromm merged pull request #12095: [Relay] Allow Primitive functions to carry virtual device annotations in PlanDevices

Posted by GitBox <gi...@apache.org>.
jwfromm merged PR #12095:
URL: https://github.com/apache/tvm/pull/12095


-- 
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