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 2019/12/31 00:10:59 UTC

[GitHub] [incubator-tvm] anijain2305 commented on issue #4523: Optimization for subpixel layer on Tensor core

anijain2305 commented on issue #4523: Optimization for subpixel layer on Tensor core
URL: https://github.com/apache/incubator-tvm/issues/4523#issuecomment-569832940
 
 
   @kice The ConvertLayout pass is merged now. I think you can give a try to convert the whole graph from NCHW to NHWC, if thats the current bottleneck for you. Currently, the conversion is supported only from NHWC -> NCHW. But, we can augment the pass to do the other way round as well.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services