You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by tq...@apache.org on 2021/05/25 14:45:07 UTC

[tvm] branch main updated (7da97b9 -> 6f82e98)

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

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


    from 7da97b9  [TVMC] Add support for the MLF to 'compile' command (#8086)
     add 6f82e98  [Relay][PRNG] Support generating data of any shape in threefry_generate (#8085)

No new revisions were added by this update.

Summary of changes:
 python/tvm/relay/op/random/kernel.py       |  3 +--
 python/tvm/topi/random/kernel.py           | 24 +++++++++++++++++-------
 tests/python/relay/test_prng.py            | 24 ++++++++++++++++++++----
 tests/python/topi/python/test_topi_prng.py |  6 ++++++
 4 files changed, 44 insertions(+), 13 deletions(-)