This is an automated email from the ASF dual-hosted git repository.
masahi pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/tvm.git
from 6c433d2309 [Relay][VirtualDevice] Expose WithFields to Python to do
proper copy in ExprMutator (#11882)
add a17bfc05cc [Relay] CaptureIndexInSpans debugging pass (#11926)
No new revisions were added by this update.
Summary of changes:
include/tvm/relay/transform.h | 11 ++
python/tvm/relay/transform/transform.py | 19 +++
.../transforms/capture_postdfsindex_in_spans.cc | 134 +++++++++++++++++++++
.../test_capture_postdfsindex_in_spans.py | 91 ++++++++++++++
4 files changed, 255 insertions(+)
create mode 100644 src/relay/transforms/capture_postdfsindex_in_spans.cc
create mode 100644
tests/python/relay/transform/test_capture_postdfsindex_in_spans.py