tlc-pack / relax

Apache License 2.0
193 stars 58 forks source link

[Fix] FuseOps/FuseTIR skip ExternFunc for call_dps_packed #429

Closed MasterJH5574 closed 1 year ago

MasterJH5574 commented 1 year ago

This PR fixes FuseOps and FuseTIR, which did not take "call_dps_packed" into consideration and thus directly downcasted the first argument of "call_tir" to GlobalVar.

Therefore, this PR fixes this issue by skipping callee that is not a GlobalVar.

tqchen commented 1 year ago

@MasterJH5574 please confirm if it is necessary to send to unity branch #453

MasterJH5574 commented 1 year ago

@MasterJH5574 please confirm if it is necessary to send to unity branch #453

Yes. Will send it together with #427. Both are not at the unity branch.