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 2020/03/31 22:55:38 UTC

[GitHub] [incubator-tvm] jwfromm removed a comment on issue #5186: [Relay][Topi][AutoTVM] Winograd support for Conv3D

jwfromm removed a comment on issue #5186: [Relay][Topi][AutoTVM] Winograd support for Conv3D
URL: https://github.com/apache/incubator-tvm/pull/5186#issuecomment-606923274
 
 
   @merrymercy, there's one little bit of this PR that isn't quite working yet. After autotuning, the alter_op_layout pass successfully converts `conv3d_winograd` to `contrib_conv3d_winograd_without_weight_transform` but then the autotvm dispatcher complains about not being able to find the new op. What should happen is the same schedule used for `conv3d_winograd` is applied. As far as I can tell, everything is completely analogous to the conv2d case which works fine. Is there some special casing somewhere to make this work for conv2d?

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