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 2021/11/13 12:36:38 UTC

[GitHub] [tvm] Lyken17 edited a comment on issue #8976: [Release] v0.8 Release Planning

Lyken17 edited a comment on issue #8976:
URL: https://github.com/apache/tvm/issues/8976#issuecomment-962490707


   Blocker: Conv2dTranspose currently does not support `groups`. But `groups` is popularly used in recent efficient models and Conv2dTranspose is an important operator in GAN related applications. 
   
   * `groups` support: https://github.com/apache/tvm/issues/8182 https://github.com/apache/tvm/pull/8799
   * `shape` check: https://github.com/apache/tvm/pull/9465
   
   Will try my best to fix the problem this week. 
   
   # Update
   
   Fixed and merged through https://github.com/apache/tvm/pull/9465


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