You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for participating in the TVM community! We use https://discuss.tvm.ai for any general usage questions and discussions. The issue tracker is used for actionable items such as feature proposals discussion, roadmaps, and bug tracking. You are always welcomed to post on the forum first :)
Issues that are inactive for a period of time may get closed. We adopt this policy so that we won't lose track of actionable issues that may fall at the bottom of the pile. Feel free to reopen a new one if you feel there is an additional problem that needs attention when an old one gets closed.
For bug reports, to help the developer act on the issues, please include a description of your environment, preferably a minimum script to reproduce the problem.
For feature proposals, list clear, small actionable items so we can track the progress of the change.
The text was updated successfully, but these errors were encountered:
* [IR] Introduce StructInfo
* StructInfoFunctor and Analysis Support
* [TVMScript] Parse type/shape annotation with StructInfo
* remove runtime type assign
* Remove type/shape during parsing (#2)
* Normalizer prep: simple checks and legacy function renaming.
* Struct info deduction in BlockBuilder.
* Two TODOs
* StructInfo Normalizer Fixes (#3)
* StructInfo AST Fix
* Fix Extern Func Deduction and shape mutator.
* Update VoidStructInfo & globalvar (#4)
* Fix passes and proper sinfo propagation.
* Refactor EraseToWellDefined to Enable Remapping
* [WIP] First stab at symbolic param tracking
* Update EraseToWellDefined to support symbolic shape return (#5)
* fix R.shape with ndim (apache#6)
* Remove update shape/type
* Address review comment, AnnotateTypeShape=>AnnotateStructInfo
* Update include/tvm/script/ir_builder/relax/frame.h
Co-authored-by: Ruihang Lai <ruihangl@cs.cmu.edu>
* Address comments
* Update printer to use structinfo (apache#7)
* Update Error mechanism to prep for obj loc based reporting
* Symbolic shape aware function call return value derivation.
The main flow works as follows:
- Match and populate shape_var_map and var_map by visit each pair of
param and call arguments.
- Call EraseToWellDefined to map the ret parameter to new result.
* [ANALYSIS] Refactor well-form to only look at struct info.
* Update comments according to reviews.
* Update include/tvm/relax/struct_info.h
Co-authored-by: Ruihang Lai <ruihangl@cs.cmu.edu>
Co-authored-by: Siyuan Feng <Hzfengsy@sjtu.edu.cn>
Co-authored-by: Tianqi Chen <tqchen>
Co-authored-by: Ruihang Lai <ruihangl@cs.cmu.edu>
Thanks for participating in the TVM community! We use https://discuss.tvm.ai for any general usage questions and discussions. The issue tracker is used for actionable items such as feature proposals discussion, roadmaps, and bug tracking. You are always welcomed to post on the forum first :)
Issues that are inactive for a period of time may get closed. We adopt this policy so that we won't lose track of actionable issues that may fall at the bottom of the pile. Feel free to reopen a new one if you feel there is an additional problem that needs attention when an old one gets closed.
For bug reports, to help the developer act on the issues, please include a description of your environment, preferably a minimum script to reproduce the problem.
For feature proposals, list clear, small actionable items so we can track the progress of the change.
The text was updated successfully, but these errors were encountered: