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/04/21 19:07:44 UTC

[tvm] branch last-successful updated (a52b575259 -> ba4cc6c1f2)

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 a52b575259 [OpenCL Textures] Fix memory management in texture pool (#10938)
     add 97ae25cf83 [FQ2I] Add log op to FQ2I (#10924)
     add ba4cc6c1f2 [TVMScript] Allow `val = buf[index]` without type annotation (#11060)

No new revisions were added by this update.

Summary of changes:
 python/tvm/relay/qnn/op/legalizations.py           |  1 +
 python/tvm/relay/qnn/op/qnn.py                     | 35 ++++++++++++++++++++++
 .../transform/fake_quantization_to_integer.py      |  1 +
 python/tvm/script/tir/node.py                      | 12 ++++++++
 src/relay/qnn/op/unary_elementwise_op.cc           |  5 ++++
 .../test_pass_fake_quantization_to_integer.py      |  3 ++
 .../python/unittest/test_tvmscript_syntax_sugar.py | 14 +++++++++
 7 files changed, 71 insertions(+)