tqchen commented on a change in pull request #7425:
URL: https://github.com/apache/tvm/pull/7425#discussion_r575323069
##########
File path: src/tir/transforms/inject_virtual_thread.cc
##########
@@ -333,6 +333,12 @@ class VTInjector : public StmtExprMutator {
}
}
+ // While
+ Stmt VisitStmt_(const WhileNode* op) final {
+ // TODO(masahi): Do we need a special handling for While nodes?
Review comment:
Let us disable for now. Likely need special handling later
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]