Skip to content

Commit

Permalink
[RFC] Further Unify Packed and Object in TVM Runtime (#97)
Browse files Browse the repository at this point in the history
This RFC proposes to further unify our PackedFunc and Object in TVM Runtime. The proposal builds on top of our past lessons and recont lessons from related project such as matxscript

The key improvements include: unifying type_code, solidifying AnyValue support for both stack and object values, open doors for small-string and NLP-preprocessing, and enable universal container.

Co-authored-by: Xiandi Ma <maxiandi@bytedance.com>
Co-authored-by: Junru Shao <junrushao1994@gmail.com>

* Address review comments

* Update per suggestion

---------

Co-authored-by: Xiandi Ma <maxiandi@bytedance.com>
Co-authored-by: Junru Shao <junrushao1994@gmail.com>
  • Loading branch information
3 people authored Feb 28, 2023
1 parent dcfe8cd commit d646a22
Showing 1 changed file with 715 additions and 0 deletions.
Loading

0 comments on commit d646a22

Please sign in to comment.