Skip to content

Commit

Permalink
[Unity][IR] First-class StructInfo (#13907)
Browse files Browse the repository at this point in the history
* [Unity][IR] First-class StructInfo

Relax tracks structural information (such as tensor shape) via `StructInfo` about the values in Relax.

* Fix rust build

---------

Co-authored-by: Junru Shao <junrushao1994@gmail.com>
  • Loading branch information
2 people authored and tqchen committed Mar 4, 2023
1 parent 8eb3d7c commit 051e1f1
Show file tree
Hide file tree
Showing 4 changed files with 671 additions and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -289,6 +289,7 @@ tvm_file_glob(GLOB_RECURSE COMPILER_SRCS
src/driver/*.cc
src/support/*.cc
src/script/*.cc
src/relax/ir/*.cc
src/relax/backend/vm/*.cc
)

Expand Down
Loading

0 comments on commit 051e1f1

Please sign in to comment.