[TOPI] Fix bug in Winograd on CUDA (#4260)
authorCody Hao Yu <comaniac0422@gmail.com>
Wed, 6 Nov 2019 23:02:54 +0000 (15:02 -0800)
committerLeyuan Wang <laurawly@gmail.com>
Wed, 6 Nov 2019 23:02:54 +0000 (15:02 -0800)
commit7211c27715a3edea866fe2643972e553bfeca697
tree354fb56474f783c9504921600843dc624b1a8244
parentddaa9530874fbaef2a2d7ce6c642013653597338
[TOPI] Fix bug in Winograd on CUDA (#4260)

* fix winograd

* move get padding after kernel transform
topi/python/topi/cuda/conv2d_winograd.py
topi/tests/python/common.py
topi/tests/python/test_topi_conv2d_winograd.py