You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by GitBox <gi...@apache.org> on 2022/03/26 00:17:38 UTC

[GitHub] [tvm] vinx13 commented on a change in pull request #10793: [Metaschedule] Add demonstration of selectively tuning relay ops with TIR schedules

vinx13 commented on a change in pull request #10793:
URL: https://github.com/apache/tvm/pull/10793#discussion_r835675877



##########
File path: src/tir/schedule/ir_comparator.cc
##########
@@ -125,9 +125,6 @@ bool TensorizeComparator::VisitStmt_(const BlockNode* op, const Stmt& other) {
     if (!CompareArray(op->iter_vars, rhs->iter_vars, &TensorizeComparator::CompareIterVar)) {
       return false;
     }
-    if (!CompareAnnotationMap(op->annotations, rhs->annotations)) {

Review comment:
       makes sense to me




-- 
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: commits-unsubscribe@tvm.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org