tlc-pack / relax

Apache License 2.0
193 stars 58 forks source link

[REFACTOR] Simplify Builtin Ops with PrimValue. #392

Closed tqchen closed 1 year ago

tqchen commented 1 year ago

This PR simplifies CallBuiltin by using PrimValue/StringImm/DataTypeImm to directly represent the positional argument instead of using customized translation of Attrs.

This PR also serves as an example on how can we further simplify other special lowering logics through PrimValue, which can be done in future PRs.