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

[GitHub] [tvm] mehrdadh opened a new pull request #10205: [Hexagon] Follow up fixes on PR #9631

mehrdadh opened a new pull request #10205:
URL: https://github.com/apache/tvm/pull/10205


   Follow up fixes on hexagon RPC server.


-- 
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 #10205: [Hexagon] Follow up fixes on PR #9631

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


   In https://github.com/apache/tvm/pull/10205/files#diff-699c269e31b524f44d36ad4cc38d82f0e6f7edd8de3a005d583976d09ecb8b9bR198, you don't need to use `new`.  You can statically allocate a local array (i.e. `static uint8_t buffer[...]`) and pass it to the server.


-- 
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 merged pull request #10205: [Hexagon] Follow up fixes on PR #9631

Posted by GitBox <gi...@apache.org>.
kparzysz-quic merged pull request #10205:
URL: https://github.com/apache/tvm/pull/10205


   


-- 
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] mehrdadh commented on pull request #10205: [Hexagon] Follow up fixes on PR #9631

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


   cc @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] kparzysz-quic edited a comment on pull request #10205: [Hexagon] Follow up fixes on PR #9631

Posted by GitBox <gi...@apache.org>.
kparzysz-quic edited a comment on pull request #10205:
URL: https://github.com/apache/tvm/pull/10205#issuecomment-1036365244


   In [src/runtime/hexagon/rpc/hexagon/rpc_server.cc](https://github.com/apache/tvm/pull/10205/files#diff-699c269e31b524f44d36ad4cc38d82f0e6f7edd8de3a005d583976d09ecb8b9b), line 198, you don't need to use `new`.  You can statically allocate a local array (i.e. `static uint8_t buffer[...]`) and pass it to the server.


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