dynamic conv2d for cuda (#6598)
authorZhi <5145158+zhiics@users.noreply.github.com>
Thu, 1 Oct 2020 07:46:56 +0000 (00:46 -0700)
committerGitHub <noreply@github.com>
Thu, 1 Oct 2020 07:46:56 +0000 (00:46 -0700)
commite78aa611274f9a946ae7243fe68427b55d5ddd18
tree6d079b70a20c4c0ed4934630bddf0140f277c3a5
parentc549239b9248371ca3eeabcd99e05e5e406fd43e
dynamic conv2d for cuda (#6598)
include/tvm/tir/expr.h
python/tvm/topi/cuda/conv2d_direct.py
python/tvm/topi/cuda/conv2d_nhwc_winograd.py
python/tvm/topi/cuda/conv2d_winograd.py
src/tir/ir/expr.cc
tests/python/relay/test_any.py