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

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


    from 2d7c673fcc [Unity] Add bind_constants option to FuseOpsByPattern 
(#14151)
     add 69f0abb9a3 [Unity][Analysis] Analysis for detecting recursion in Relax 
(#14149)

No new revisions were added by this update.

Summary of changes:
 include/tvm/relax/analysis.h                       |  25 ++
 python/tvm/relax/analysis/analysis.py              |  35 +-
 src/relax/analysis/detect_recursion.cc             | 389 ++++++++++++++++++++
 .../python/relax/test_analysis_detect_recursion.py | 405 +++++++++++++++++++++
 4 files changed, 853 insertions(+), 1 deletion(-)
 create mode 100644 src/relax/analysis/detect_recursion.cc
 create mode 100644 tests/python/relax/test_analysis_detect_recursion.py

Reply via email to