tlc-pack / relax

Apache License 2.0
193 stars 58 forks source link

[Bugfix] Correct reshape detector logic #445

Closed sunggg closed 1 year ago

sunggg commented 1 year ago

Currently, reshape detector does not compare the size of src_buffer and dst_buffer and this leads to the false positive as reported in https://github.com/tlc-pack/relax/issues/444. This PR fixes this problem.

cc. @MasterJH5574 @jwfromm @tqchen

tqchen commented 1 year ago

please send a patch to apache/unity

tqchen commented 1 year ago

https://github.com/tlc-pack/relax/issues/453