You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by ju...@apache.org on 2021/12/01 20:47:14 UTC

[tvm] branch main updated (70de68a -> 86716a5)

This is an automated email from the ASF dual-hosted git repository.

junrushao pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/tvm.git.


    from 70de68a  Fix cuDNN call for NHWC layout (#9600)
     add 86716a5  [TVMScript] support kTarget func attr in tir script (#9594)

No new revisions were added by this update.

Summary of changes:
 python/tvm/script/tir/__init__.pyi                |  3 ++
 python/tvm/script/tir/special_stmt.py             | 24 +++++++++++++++
 src/printer/tvmscript_printer.cc                  | 18 +++++++++++
 tests/python/unittest/test_tvmscript_roundtrip.py | 37 +++++++++++++++++++++++
 4 files changed, 82 insertions(+)