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/01/13 20:30:51 UTC

[GitHub] [tvm] adstraw opened a new pull request #9930: Disallow copy to/from external HexagonBuffer

adstraw opened a new pull request #9930:
URL: https://github.com/apache/tvm/pull/9930


   Eventually the goal is to rework the Hexagon Device API to make `HexagonBuffer` a private entity behind the Device API.  Until then, we need support for "external" (outside the Device API) construction of a `HexagonBuffer` but we explicitly disallow copy from / to support with this PR.  Also cleaning up some names for clarity based on feedback from @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.

To unsubscribe, e-mail: commits-unsubscribe@tvm.apache.org

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



[GitHub] [tvm] tmoreau89 merged pull request #9930: Disallow copy to/from external HexagonBuffer

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


   


-- 
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] tmoreau89 commented on pull request #9930: Disallow copy to/from external HexagonBuffer

Posted by GitBox <gi...@apache.org>.
tmoreau89 commented on pull request #9930:
URL: https://github.com/apache/tvm/pull/9930#issuecomment-1016629147


   Thank you @adstraw and @kparzysz-quic - the PR has been merged.


-- 
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] adstraw commented on pull request #9930: Disallow copy to/from external HexagonBuffer

Posted by GitBox <gi...@apache.org>.
adstraw commented on pull request #9930:
URL: https://github.com/apache/tvm/pull/9930#issuecomment-1013316448


   @kparzysz-quic please review as this PR is based on your feedback.


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