LeiWang1999 commented on code in PR #14108:
URL: https://github.com/apache/tvm/pull/14108#discussion_r1487376172
##########
src/tir/schedule/ir_comparator.cc:
##########
@@ -487,7 +490,8 @@ bool TensorizeComparator::CompareBufferRegion(const
BufferRegion& lhs, const Buf
}
return false;
}
- PrimExpr normalized_lhs_min = (lhs->region[i + offset]->min -
indices_base[i + offset]);
+ PrimExpr normalized_lhs_min =
Review Comment:
do we have any specific reason for lhs simplification?
--
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]