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/04/13 13:54:27 UTC

[GitHub] [tvm] mbaret opened a new pull request, #10997: [CUDNN] Add partitioning support for fused conv2d+bias+act

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

   cuDNN has kernel support for the pattern conv2d+bias+act, although as of v8 only relu is supported as the activation. This PR adds a function to wrap that kernel and exposes it via the BYOC pattern matching/partitioning mechanism.


-- 
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] masahi merged pull request #10997: [CUDNN] Add partitioning support for fused conv2d+bias+act

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


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