You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by tk...@apache.org on 2022/08/08 17:52:02 UTC

[tvm] branch main updated (6ebb0fd1ad -> b79f9501fd)

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

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


    from 6ebb0fd1ad [ETHOSN] Fix output tensor ordering (#12317)
     add b79f9501fd [Relay][Op] Multinomial (#12284)

No new revisions were added by this update.

Summary of changes:
 include/tvm/relay/attrs/random.h              | 10 +++
 python/tvm/relay/frontend/onnx.py             | 22 +++++++
 python/tvm/relay/frontend/pytorch.py          | 16 +++++
 python/tvm/relay/op/random/_kernel.py         |  2 +
 python/tvm/relay/op/random/kernel.py          | 41 ++++++++++++
 python/tvm/relay/op/strategy/generic.py       | 22 +++++++
 python/tvm/topi/random/kernel.py              | 56 ++++++++++++++++
 python/tvm/topi/scatter.py                    |  2 +-
 src/relay/op/random/kernel.cc                 | 46 ++++++++++++++
 tests/python/frontend/onnx/test_forward.py    | 46 ++++++++++++--
 tests/python/frontend/pytorch/test_forward.py | 50 ++++++++++++---
 tests/python/topi/python/test_topi_prng.py    | 92 ++++++++++++++++++++++++---
 12 files changed, 382 insertions(+), 23 deletions(-)