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/02/15 05:51:56 UTC

[GitHub] [tvm] masahi commented on a change in pull request #10234: [Runtime][Pipeline Executor] multiple threads management and the data forwarding notification mechanism.

masahi commented on a change in pull request #10234:
URL: https://github.com/apache/tvm/pull/10234#discussion_r806466228



##########
File path: python/tvm/contrib/pipeline_executor.py
##########
@@ -213,6 +209,16 @@ def get_output(self):
         """
         return self._get_output()
 
+    @property
+    def number_pipe_execute(self):
+        """Getting the times of pipeline running.

Review comment:
       running pipeline




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