tlc-pack / relax

Apache License 2.0
193 stars 58 forks source link

[Cherry-Pick][Fix] Fix IndexDataTypeNormalizer (apache/tvm#13449) #355

Closed MasterJH5574 closed 1 year ago

MasterJH5574 commented 1 year ago

This PR is a cherry-pick of apache/tvm#13449, which fixed a bug of IndexDataTypeNormalizer so that there will be no useless i64-to-i64 var casting in the PrimFunc generated by CreatePrimFunc.