Skip to content

Commit

Permalink
lower plevel of conv2d winograd on cuda (apache#4987)
Browse files Browse the repository at this point in the history
  • Loading branch information
icemelon authored and zhiics committed Apr 17, 2020
1 parent ec27f71 commit ef53274
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/tvm/relay/op/strategy/cuda.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ def conv2d_strategy_cuda(attrs, inputs, out_type, target):
wrap_compute_conv2d(topi.cuda.conv2d_nchw_winograd),
wrap_topi_schedule(topi.cuda.schedule_conv2d_nchw_winograd),
name="conv2d_nchw_winograd.cuda",
plevel=15)
plevel=5)
elif layout == "HWCN":
assert kernel_layout == "HWIO"
strategy.add_implementation(
Expand Down

0 comments on commit ef53274

Please sign in to comment.