You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by GitBox <gi...@apache.org> on 2022/01/28 10:53:49 UTC

[GitHub] [tvm] argrento commented on pull request #9811: PackedFunction to return params from the .so module, show warning when no params are set

argrento commented on pull request #9811:
URL: https://github.com/apache/tvm/pull/9811#issuecomment-1024100624


   Thank you for the comments! Currently I have 2 solutions:
   1. Restore the original logic of Run function
   2. Since current time complexity of Run is O(N^2), I can rewrite it and reduce complexity to, probably, O(1).
   Which one do you prefer?


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