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/07/07 15:09:58 UTC

[GitHub] [incubator-tvm] kparzysz-quic opened a new pull request #6004: Cache object refs in loop partitioner instead of object pointers

kparzysz-quic opened a new pull request #6004:
URL: https://github.com/apache/incubator-tvm/pull/6004


   Loop partitioner modifies the IR, which can cause TIR objects to become dead and be destroyed. To avoid working on junk data cache object references instead of object pointers.


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



[GitHub] [incubator-tvm] tqchen commented on pull request #6004: Cache object refs in loop partitioner instead of object pointers

Posted by GitBox <gi...@apache.org>.
tqchen commented on pull request #6004:
URL: https://github.com/apache/incubator-tvm/pull/6004#issuecomment-654934811


   cc @ZihengJiang 


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



[GitHub] [incubator-tvm] tqchen merged pull request #6004: Cache object refs in loop partitioner instead of object pointers

Posted by GitBox <gi...@apache.org>.
tqchen merged pull request #6004:
URL: https://github.com/apache/incubator-tvm/pull/6004


   


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



[GitHub] [incubator-tvm] tqchen commented on pull request #6004: Cache object refs in loop partitioner instead of object pointers

Posted by GitBox <gi...@apache.org>.
tqchen commented on pull request #6004:
URL: https://github.com/apache/incubator-tvm/pull/6004#issuecomment-655210839


   Thanks @kparzysz-quic !


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