This is an automated email from the ASF dual-hosted git repository.
andrewzhaoluo pushed a change to branch aluo/rebase-09162022-autotensorization
in repository https://gitbox.apache.org/repos/asf/tvm.git
from a9d4b1b5fb undo c++ 17 feature again
add 13088402ee update configs
add 0a191e975a fix new imports
add ce7fcbdae3 dnnl pattern matching
add ac675efd90 optional cast
add 52e39697f3 update configs
add 7ee33cbdc2 fix new imports
add 1bae92e12f update configs
add a9b1d124e1 fix new imports
add 946815850b dnnl pattern matching
add a45cd01be2 optional cast
add 46e9243f67 old string without stringview
add 90986c86ec Merge branch 'aluo/rebase-08312022-autotensorization' of
gitlab.com:octoml/tvm into aluo/rebase-08312022-autotensorization
add 6100211a53 optional complete
add 3b0984e1ba llvm instance optional
add b2b0772cc4 vm.cc optional
add c591a2e9e9 ad simplify optional
add 0def3b736c session optional
add 18b8089564 final optional
add 031676c7d2 undo c++ 17 feature again
add bf7d866541 div impl
add 72373ea46c pattern matching
new b5da39a243 Merge branch
'aluo/rebase-08312022-autotensorization-fq2i-changes' into
aluo/rebase-09162022-autotensorization
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
python/tvm/relay/qnn/op/qnn.py | 68 ++++++++++++
python/tvm/relay/qnn/transform.py | 78 ++++++++++++++
.../transform/fake_quantization_to_integer.py | 86 +++++++++++++++
src/relay/qnn/op/div.cc | 117 +++++++++++++++++++++
4 files changed, 349 insertions(+)
create mode 100644 src/relay/qnn/op/div.cc