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/09/17 02:50:09 UTC

[GitHub] [tvm] masahi edited a comment on issue #9022: [Bug] BuiltinLower does not use alloca for storage on kDLCPU target devices

masahi edited a comment on issue #9022:
URL: https://github.com/apache/tvm/issues/9022#issuecomment-921412813


   > Can someone explain how the current Stage scope, which ends up in ProducerRealize nodes, would be coherent with the Allocate scope?
   
   @mbs-octoml The PR https://github.com/apache/tvm/pull/8366 I did might answer your question. The storage scope attached to `ProduceRealizeNode` is used to create `PointerType` and `Buffer`. `Allocate` node query the storage scope associated with its buffer `PointerType`. 


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