vinx13 commented on code in PR #15168: URL: https://github.com/apache/tvm/pull/15168#discussion_r1244116278
########## src/tir/schedule/primitive.h: ########## @@ -632,8 +632,7 @@ TVM_DLL StmtSRef DecomposePadding(ScheduleState self, const StmtSRef& block_sref * \param block_sref The block sref that matches the Einsum pattern. * \param padding The padding for each block iter. */ -TVM_DLL void PadEinsum(ScheduleState self, const StmtSRef& block_sref, - const Array<Integer>& padding); +TVM_DLL void PadEinsum(ScheduleState self, StmtSRef block_sref, Array<Integer> padding); Review Comment: use const ref? -- 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]
