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 49b6c3ae4e [Minor] Change file mode 755 -> 644; EOL CRLF -> LF (#13959)
add a49a7fee49 [Relay][Pass] Separate out the graph partitioning code from
fuse_ops.cc (#13964)
No new revisions were added by this update.
Summary of changes:
src/relay/analysis/graph_partitioner.cc | 334 +++++++++++++++++++++
src/relay/analysis/graph_partitioner.h | 269 +++++++++++++++++
src/relay/transforms/fuse_ops.cc | 516 +-------------------------------
3 files changed, 615 insertions(+), 504 deletions(-)
create mode 100644 src/relay/analysis/graph_partitioner.cc
create mode 100644 src/relay/analysis/graph_partitioner.h