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/09/01 16:09:50 UTC

[GitHub] [tvm] lhutton1 opened a new pull request, #12674: [ETHOSN] Add support for transpose convolution

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

   Adds support for offloading transpose convolution with an optional bias to the NPU.
   
   Co-authored-by: Samuel Panijel <sa...@arm.com>
   Co-authored-by: Leo Blonk <le...@arm.com>
   
   cc @leandron @Leo-arm @spanijel 
   


-- 
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 #12674: [ETHOSN] Add support for transpose convolution

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

   @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 #12674: [ETHOSN] Add support for transpose convolution

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

   @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] leandron merged pull request #12674: [ETHOSN] Add support for transpose convolution

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


-- 
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 a diff in pull request #12674: [ETHOSN] Add support for transpose convolution

Posted by GitBox <gi...@apache.org>.
leandron commented on code in PR #12674:
URL: https://github.com/apache/tvm/pull/12674#discussion_r961911641


##########
python/tvm/relay/op/contrib/ethosn.py:
##########
@@ -261,6 +271,13 @@ def check_mean(extract):
 
         return _ethosn.mean(extract)
 
+    def check_conv2d_transpose(extract):
+        """Check if mean is supported by Ethos-N."""

Review Comment:
   Docstring needs updating.



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