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


##########
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:
   changed it to `PrintCallTIRDPSPacked`



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