siju-samuel commented on a change in pull request #5517:
URL: https://github.com/apache/incubator-tvm/pull/5517#discussion_r420731146



##########
File path: include/tvm/runtime/packed_func.h
##########
@@ -1280,30 +1303,30 @@ struct unpack_call_by_signature {
 template<typename R, typename ...Args>
 struct unpack_call_by_signature<R(Args...)> {
   template<typename F>
-  static void run(const F& f,
+  TVM_ALWAYS_INLINE static void run(const F& f,
                   const TVMArgs& args,
                   TVMRetValue* rv) {

Review comment:
       Align 




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

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to