kevinthesun commented on pull request #6443:
URL: https://github.com/apache/incubator-tvm/pull/6443#issuecomment-692217439


   @xqdan @Beya2019 I'm not quite sure about whether we really need a NHWC 
layout topi implementation for roi_align on general purpose hardware, since IMO 
this should not become any major concern for performance. What @anijain2305 and 
I are suggesting is that we move the check for NCHW from relay type infer into 
op strategy for corresponding targets which don't have NHWC implementation. 
   
   I agree with @xqdan that topi implementation doesn't need to bind with relay 
layout. As a result, can we have some data showing the performance difference 
between NCHW and NHWC layouts roi_align for CPU and a new topi implementation 
is necessary?


----------------------------------------------------------------
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:
us...@infra.apache.org


Reply via email to