junrushao1994 commented on a change in pull request #8544:
URL: https://github.com/apache/tvm/pull/8544#discussion_r676005148



##########
File path: include/tvm/tir/stmt.h
##########
@@ -1361,6 +1362,23 @@ TVM_DLL PrimExpr TypeAnnotation(DataType dtype, Span 
span = Span());
 // overload printing of for type.
 TVM_DLL std::ostream& operator<<(std::ostream& os, ForKind kind);
 
+// inline implementations
+inline const char* IterVarType2String(ForKind t) {

Review comment:
       ```suggestion
   inline const char* ForKind2String(ForKind t) {
   ```




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


Reply via email to