This is an automated email from the ASF dual-hosted git repository.
laurawly pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/tvm.git.
from 1e5373f [MetaSchedule] PostProcessor: Verify GPU Code (#9945)
add 211291f [CUDNN] Refactor descriptor initialization, remove
`cudnn.conv.output_shape_from_cudnn` (#9948)
No new revisions were added by this update.
Summary of changes:
python/tvm/contrib/cudnn.py | 62 --------
src/runtime/contrib/cudnn/conv_forward.cc | 228 ++----------------------------
src/runtime/contrib/cudnn/cudnn_utils.cc | 95 +++++++++++++
src/runtime/contrib/cudnn/cudnn_utils.h | 9 +-
tests/python/contrib/test_cudnn.py | 10 +-
tests/python/relay/test_any.py | 2 +-
6 files changed, 120 insertions(+), 286 deletions(-)