This is an automated email from the ASF dual-hosted git repository.
junrushao pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/tvm.git.
from 69ddb9b Move flake8 to ci_lint (#8652)
add dc5da05 [Support] Linear Congruential Random Engine (#8642)
No new revisions were added by this update.
Summary of changes:
include/tvm/support/random_engine.h | 121 ++++++++++++++++++++++++++++++++++++
tests/cpp/random_engine_test.cc | 71 +++++++++++++++++++++
2 files changed, 192 insertions(+)
create mode 100644 include/tvm/support/random_engine.h
create mode 100644 tests/cpp/random_engine_test.cc