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/06 17:11:30 UTC

[GitHub] [tvm] lhutton1 opened a new pull request #9855: [microNPU] Add support for transpose convolution

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


   Adds support for legalizing transpose convolution (deconvolution) to an NPU conv2d operation for the case when strides==(2, 2), dilation==(1, 1) and no padding of the output is required.
   
   Note: This PR depends on #9841 so also contains the contents of that PR.
   
   cc @manupa-arm @ekalda @dchauhan-arm @mbaret @NicolaLancellotti @jacobbohlin
   


-- 
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] manupa-arm merged pull request #9855: [microNPU] Add support for transpose convolution

Posted by GitBox <gi...@apache.org>.
manupa-arm merged pull request #9855:
URL: https://github.com/apache/tvm/pull/9855


   


-- 
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] manupa-arm commented on pull request #9855: [microNPU] Add support for transpose convolution

Posted by GitBox <gi...@apache.org>.
manupa-arm commented on pull request #9855:
URL: https://github.com/apache/tvm/pull/9855#issuecomment-1028627648


   Thanks @lhutton1 , this is merged now!


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