You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by "junrushao (via GitHub)" <gi...@apache.org> on 2023/08/28 21:25:31 UTC

[GitHub] [tvm] junrushao commented on a diff in pull request #15595: [Runtime] Enhance PackedFunc Metaprogramming with `PackArgs`

junrushao commented on code in PR #15595:
URL: https://github.com/apache/tvm/pull/15595#discussion_r1307970222


##########
include/tvm/runtime/packed_func.h:
##########
@@ -1622,6 +1641,20 @@ inline TVMRetValue PackedFunc::operator()(Args&&... args) const {
   return rv;
 }
 
+template <int i, typename T>

Review Comment:
   Yeah I found the same thing: https://github.com/apache/tvm/pull/15637...It works with my GCC but not clang



-- 
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: commits-unsubscribe@tvm.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org