[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 unsubscribe, e-mail: commits-unsubscr...@tvm.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[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 message is not helpful in telling why my params are bad. 
   
   A WIP branch 
https://github.com/apache/tvm/compare/main...masahi:conv2d-transpose-group-cudnn?expand=1
 if you want to hack on it.


-- 
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-unsubscr...@tvm.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[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 with using 
cudnn, I can quickly enable groups support for cudnn conv transpose 2d.


-- 
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-unsubscr...@tvm.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org