tlc-pack / relax

Apache License 2.0
193 stars 58 forks source link

[Refacror][AST] `sinfo_args` A0: Introduce `sinfo_args` #379

Closed MasterJH5574 closed 1 year ago

MasterJH5574 commented 1 year ago

This PR is the kickoff action of our switch towards sinfo_args in CallNode, as discussed in #356 and tracked by #377.

cc @tqchen @Hzfengsy @slyubomirsky

MasterJH5574 commented 1 year ago

These changes appear sound. The only change I would recommend is clarifying in the comment that we expect it to be used for calls to ExternFunc, since the other examples given (call_tir, call_builtin) are parsed as calls to Ops.

@slyubomirsky Great suggestion! Just added it, thanks.