masahi commented on code in PR #14603:
URL: https://github.com/apache/tvm/pull/14603#discussion_r1164046714


##########
src/relax/transform/fuse_tir.cc:
##########
@@ -262,8 +258,6 @@ class FuseTIRBufferSubstitor : private StmtExprMutator {
       if (it == buffer_region_set.end()) {
         ret.push_back(region);
         buffer_region_set[region->buffer.get()] = region->region;
-      } else {
-        ICHECK(structural_equal_(region->region, it->second));

Review Comment:
   Sorry the diff is noisy due to the unrelated style updates, but this is the 
only important diff.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to