[Apache TVM Discuss] [Development/pre-RFC] [RFC] Setting up Mypy type checking for TVM codebase

2021-07-31 Thread Wheest via Apache TVM Discuss
Much of the Python codebase has type hinting in the comments (for example in [auto_scheduler code](https://github.com/apache/tvm/blob/main/python/tvm/auto_scheduler/compute_dag.py)). In theory adding type hinting in function arguments could be automated in this case. For Python code that do

[apache/tvm-rfcs] pipeline compute RFC. (#14)

2021-07-31 Thread Hua Jiang
Split relay graph into Subgraph then doing Subgraph Pipeline :RFC In this RFC, we present a new framework for subgraph pipelining that first split relay graph into multiple subgraph/group operator s then doing subgraph/group operators scheduling Discussion: https://discuss.tvm.apache.org/t/rfc