You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by gi...@apache.org on 2022/07/31 05:49:10 UTC

[tvm] branch last-successful updated (961a7c70d7 -> 1d39f2c974)

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

github-bot pushed a change to branch last-successful
in repository https://gitbox.apache.org/repos/asf/tvm.git


    from 961a7c70d7 [ROOFLINE] Add CUDA support to roofline analysis (#12205)
     add 9f16b607c8 [TVMScript] Doc Definition (#12244)
     add 1d39f2c974 [FQ2I] fix unary op output affine type in fq2i (#12224)

No new revisions were added by this update.

Summary of changes:
 .../transform/fake_quantization_to_integer.py      |    2 +-
 python/tvm/script/printer/doc_core.py              | 1140 ++++++++++++++++++++
 .../test_pass_fake_quantization_to_integer.py      |   35 +-
 3 files changed, 1165 insertions(+), 12 deletions(-)
 create mode 100644 python/tvm/script/printer/doc_core.py