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 2021/11/23 15:19:55 UTC

[GitHub] [tvm] tqchen commented on a change in pull request #9559: [TensorIR][UX] Type annotation-based runtime type checking

tqchen commented on a change in pull request #9559:
URL: https://github.com/apache/tvm/pull/9559#discussion_r755234523



##########
File path: src/tir/schedule/concrete_schedule.h
##########
@@ -204,7 +204,7 @@ inline StmtSRef ConcreteScheduleNode::GetSRef(const BlockRV& block_rv) const {
                << (obj.defined() ? obj->GetTypeKey() : "None");
   }
   if (sref->stmt == nullptr) {
-    LOG(FATAL) << "ValueError: The StmtSRef has expired";
+    LOG(FATAL) << "ValueError: The block no long exists in the IRModule";

Review comment:
       no longer




-- 
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