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/08/12 15:14:05 UTC

[GitHub] [tvm] lhutton1 opened a new pull request, #12403: [ETHOSN] Support multiply conversion to depthwise

lhutton1 opened a new pull request, #12403:
URL: https://github.com/apache/tvm/pull/12403

   Multiply can be supported when offloaded to the NPU by a conversion to a depthwise convolution operation. This is only supported when the multiply operation has a single single variable input with the other being a constant of shape [1, ..., C]. This commit adds a new pass "ConvertEquivalents" (name subject to change) to handle this conversion before codegen.
   
   cc @NicolaLancellotti @leandron 
   


-- 
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] lhutton1 commented on pull request #12403: [ETHOSN] Support multiply conversion to depthwise

Posted by GitBox <gi...@apache.org>.
lhutton1 commented on PR #12403:
URL: https://github.com/apache/tvm/pull/12403#issuecomment-1217692792

   @tvm-bot rerun


-- 
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] lhutton1 commented on pull request #12403: [ETHOSN] Support multiply conversion to depthwise

Posted by GitBox <gi...@apache.org>.
lhutton1 commented on PR #12403:
URL: https://github.com/apache/tvm/pull/12403#issuecomment-1225675182

   Thanks @NicolaLancellotti, @leandron!


-- 
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] lhutton1 merged pull request #12403: [ETHOSN] Support multiply conversion to depthwise

Posted by GitBox <gi...@apache.org>.
lhutton1 merged PR #12403:
URL: https://github.com/apache/tvm/pull/12403


-- 
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] leandron commented on pull request #12403: [ETHOSN] Support multiply conversion to depthwise

Posted by GitBox <gi...@apache.org>.
leandron commented on PR #12403:
URL: https://github.com/apache/tvm/pull/12403#issuecomment-1225301981

   @lhutton1 this now has a conflict, so when you have a moment and solve, I'm fine for this to be merged once CI is green again.


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