[GitHub] [tvm] masahi edited a comment on issue #10223: [Bug] Conv2DTranspose with groups not working correctly

2022-02-15 Thread GitBox
masahi edited a comment on issue #10223: URL: https://github.com/apache/tvm/issues/10223#issuecomment-1039219766 -- 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 unsubscr

[GitHub] [tvm] masahi edited a comment on issue #10223: [Bug] Conv2DTranspose with groups not working correctly

2022-02-14 Thread GitBox
masahi edited a comment on issue #10223: URL: https://github.com/apache/tvm/issues/10223#issuecomment-1039788394 Are you sure you can run your PT model on cuda via cudnn (use nvprof)? I'm getting `CUDNN_STATUS_BAD_PARAM` when trying to run your model with cudnn. As always, cuDNN error mess

[GitHub] [tvm] masahi edited a comment on issue #10223: [Bug] Conv2DTranspose with groups not working correctly

2022-02-14 Thread GitBox
masahi edited a comment on issue #10223: URL: https://github.com/apache/tvm/issues/10223#issuecomment-1039219766 Yeah, cuda backend doesnt support groups. We should fix that but I am not looking to do it. A PR welcome. You can try the cpu backend to verify the result. If you are ok w