[Tracking Issue] TVMScript IRBuilder and Parser for Relax
Hzfengsy opened this issue · 1 comments
Hzfengsy commented
Since the TVMScript parser infra and TIR part are done by @cyx-6 @yongwww and @junrushao (#227). This tracking issue aims to show the roadmap and to-do list of the Relax part.
- A0: Relax IRBuilder infra #235
- A1: Relax Parser infra #240
- B0: cross function call support #243
- B1: dataflow block support #252
- B2: match shape support #251
- B3: type annotation checks #256
- B4: If branch support #263
- B5: relay op and builtin op support #244
- B6: symbolic shape support #245
- B7: shadowing #245
- B8: local function #258
Misc
- M0: Enhance error reporting #242
Note that there is only part of the features here. We may add the to-do items during the development.