psrivas2 commented on code in PR #14183:
URL: https://github.com/apache/tvm/pull/14183#discussion_r1131484433


##########
src/relax/transform/call_tir_rewrite.cc:
##########
@@ -33,7 +33,7 @@ namespace relax {
 

Review Comment:
   nit: should we rename this file and pass to reflect that it handles both 
call_dps_packed and call_tir?
   



##########
src/script/printer/relax/call.cc:
##########
@@ -134,7 +138,7 @@ Optional<ExprDoc> PrintCallTIR(const relax::Call& n, const 
ObjectPath& n_p, cons
 TVM_STATIC_IR_FUNCTOR(IRDocsifier, vtable)
     .set_dispatch<relax::Call>(  //
         "", [](relax::Call n, ObjectPath n_p, IRDocsifier d) -> Doc {
-          // Special case: call_tir
+          // Special case: call_tir, call_dps_packed
           if (Optional<ExprDoc> doc = PrintCallTIR(n, n_p, d)) {

Review Comment:
   nit: does PrintCallTIR need renaming?



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