This is an automated email from the ASF dual-hosted git repository.
zhaowu pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/tvm.git.
from aba2806 [CI][Docker] set environment variables for UTF-8, to prevent
errors when running `black` (#8089)
add e438a73 [Relay][PRNG] Add uniform distribution generator wrt threefry
PRNG (#8041)
No new revisions were added by this update.
Summary of changes:
include/tvm/relay/attrs/random.h | 12 ++++++
python/tvm/relay/op/op_attrs.py | 5 +++
python/tvm/relay/op/random/_kernel.py | 4 ++
python/tvm/relay/op/random/kernel.py | 54 +++++++++++++++++++++++-
python/tvm/relay/op/strategy/generic.py | 22 ++++++++++
python/tvm/topi/random/kernel.py | 66 ++++++++++++++++++++++++++++++
src/relay/op/random/kernel.cc | 47 +++++++++++++++++++++
tests/python/relay/test_prng.py | 15 +++++++
tests/python/topi/python/test_topi_prng.py | 34 +++++++++++++++
9 files changed, 258 insertions(+), 1 deletion(-)