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/16 19:55:26 UTC

[GitHub] [tvm] kparzysz-quic opened a new pull request #9033: [Hexagon] Don't use {} initialization with FastRPC structures

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


   The data members in FastRPC structures aren't guaranteed to remain in the same order. Replace aggregate initialization with direct, member-by-member initialization.


-- 
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 #9033: [Hexagon] Don't use {} initialization with FastRPC structures

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


   


-- 
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 #9033: [Hexagon] Don't use {} initialization with FastRPC structures

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


   Thank you @kparzysz-quic @csullivan 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] kparzysz-quic commented on pull request #9033: [Hexagon] Don't use {} initialization with FastRPC structures

Posted by GitBox <gi...@apache.org>.
kparzysz-quic commented on pull request #9033:
URL: https://github.com/apache/tvm/pull/9033#issuecomment-921201575


   @csullivan : This could fix the signature verification error you were seeing.


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