Thanks for contributing to TVM! Please refer to guideline https://tvm.apache.org/docs/contribute/ for useful information and tips. After the pull request is submitted, please request code reviews from [Reviewers](https://github.com/apache/incubator-tvm/blob/master/CONTRIBUTORS.md#reviewers) by @ them in the pull request thread.
You can view, comment on, or merge this pull request online at: https://github.com/apache/tvm/pull/9730 -- Commit Summary -- * [pre-RFC][BYOC] Marvell ML/AI Accelerator Integration * [TVMC] Add --opt-level to compile mode (#9722) * [Relay] Non-recursive dependency graph (#9528) -- File Changes -- M CMakeLists.txt (2) M cmake/modules/LibInfo.cmake (1) A cmake/modules/contrib/Mrvl.cmake (56) M include/tvm/ir/expr.h (9) M include/tvm/ir/op.h (12) M include/tvm/relay/expr.h (2) M python/tvm/driver/tvmc/compiler.py (21) M python/tvm/driver/tvmc/composite_target.py (5) M python/tvm/relay/backend/executor_factory.py (5) M python/tvm/relay/build_module.py (22) M python/tvm/relay/op/contrib/__init__.py (1) A python/tvm/relay/op/contrib/mrvl.py (1758) M src/ir/op.cc (16) M src/relay/analysis/dependency_graph.cc (38) M src/relay/backend/build_module.cc (29) M src/relay/backend/contrib/codegen_json/codegen_json.h (3) A src/relay/backend/contrib/mrvl/codegen.cc (884) A src/relay/backend/contrib/mrvl/drop_noop_transpose.cc (137) A src/relay/backend/contrib/mrvl/graph_executor_codegen_mrvl.cc (435) M src/relay/backend/graph_executor_codegen.cc (212) A src/relay/backend/graph_executor_codegen.h (184) M src/relay/backend/utils.h (1) M src/relay/ir/expr.cc (11) M src/relay/ir/indexed_graph.cc (20) M src/runtime/contrib/json/json_runtime.h (4) A src/runtime/contrib/mrvl/mrvl_runtime.cc (94) M src/support/libinfo.cc (1) A tests/python/contrib/test_mrvl/__init__.py (18) A tests/python/contrib/test_mrvl/infrastructure.py (253) A tests/python/contrib/test_mrvl/test_mrvl_codegen.py (260) M tests/python/relay/test_ir_nodes.py (4) M tests/scripts/task_config_build_cpu.sh (1) M tests/scripts/task_python_integration.sh (1) -- Patch Links -- https://github.com/apache/tvm/pull/9730.patch https://github.com/apache/tvm/pull/9730.diff -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/apache/tvm/pull/9730