This is an automated email from the ASF dual-hosted git repository.
tqchen pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-tvm.git.
from 19d0d15 [CONTRIB][CC] Enhance cc.cross_compiler (#4817)
add 2bd2f99 [TOPI][Relay] Add bitwise ops (#4815)
No new revisions were added by this update.
Summary of changes:
python/tvm/relay/op/_tensor.py | 7 +++
python/tvm/relay/op/tensor.py | 70 ++++++++++++++++++++++++++++++
src/relay/op/tensor/binary.cc | 18 ++++++++
src/relay/op/tensor/unary.cc | 13 +++++-
topi/include/topi/broadcast.h | 42 ++++++++++++++++++
topi/include/topi/elemwise.h | 17 ++++++++
topi/python/topi/broadcast.py | 73 ++++++++++++++++++++++++++++++++
topi/src/topi.cc | 8 ++++
topi/tests/python/test_topi_broadcast.py | 72 +++++++++++++++++++++++++++++++
9 files changed, 319 insertions(+), 1 deletion(-)