merrymercy commented on a change in pull request #6935:
URL: https://github.com/apache/incubator-tvm/pull/6935#discussion_r525703085



##########
File path: python/tvm/relay/op/strategy/cuda.py
##########
@@ -224,7 +231,7 @@ def conv2d_strategy_cuda(attrs, inputs, out_type, target):
             if use_auto_scheduler and judge_winograd_auto_scheduler:
                 strategy.add_implementation(
                     wrap_compute_conv2d(topi.nn.conv2d_winograd_nhwc),
-                    wrap_topi_schedule(tvm.te.create_schedule),

Review comment:
       `tvm.te.create_schedule` is not a valid topi schedule. Their signatures 
are different




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