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



##########
File path: src/printer/tvmscript_printer.cc
##########
@@ -1105,6 +1108,19 @@ Doc TVMScriptPrinter::PrintBlockAttr(const 
BlockRealizeNode* op) {
   return block_attr_doc;
 }
 
+// This function is to make sure arguments of T.reads() and T.writes() is not 
parsed by printer as a
+// List. Therefore the brackets are removed before and after printing 
arguments out
+Doc TVMScriptPrinter::PrintBlockAttrArray(const ArrayNode* op) {

Review comment:
       nit:
   ```suggestion
   Doc TVMScriptPrinter::PrintExpandedArray(const ArrayNode* op) {
   ```




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