junrushao1994 commented on a change in pull request #7306:
URL: https://github.com/apache/tvm/pull/7306#discussion_r559919460
##########
File path: src/printer/tir_text_printer.cc
##########
@@ -465,27 +465,30 @@ Doc TIRTextPrinter::VisitStmt_(const EvaluateNode* op) {
return doc;
}
-inline const char* ForType2String(ForType t) {
+inline const char* ForKind2String(ForKind t) {
Review comment:
I thought our convention is do define a stringify method immediately
after defining an enum class...
----------------------------------------------------------------
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]