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

2022-02-24 Thread GitBox
masahi commented on a change in pull request #10234: URL: https://github.com/apache/tvm/pull/10234#discussion_r813778207 ## File path: src/runtime/pipeline/pipeline_struct.h ## @@ -367,11 +502,21 @@ struct ParamConnectionConfig { *\brief Backend Runtime. */ class

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

2022-02-22 Thread GitBox
masahi commented on a change in pull request #10234: URL: https://github.com/apache/tvm/pull/10234#discussion_r812550486 ## File path: src/runtime/pipeline/pipeline_struct.h ## @@ -42,6 +52,75 @@ using GlobalOutputPair = std::pair; * The first 'int' is the module index, and

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

2022-02-20 Thread GitBox
masahi commented on a change in pull request #10234: URL: https://github.com/apache/tvm/pull/10234#discussion_r810791253 ## File path: src/runtime/pipeline/pipeline_struct.h ## @@ -42,6 +52,75 @@ using GlobalOutputPair = std::pair; * The first 'int' is the module index, and

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

2022-02-20 Thread GitBox
masahi commented on a change in pull request #10234: URL: https://github.com/apache/tvm/pull/10234#discussion_r810788822 ## File path: python/tvm/contrib/pipeline_executor.py ## @@ -213,6 +209,16 @@ def get_output(self): """ return self._get_output() +

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

2022-02-20 Thread GitBox
masahi commented on a change in pull request #10234: URL: https://github.com/apache/tvm/pull/10234#discussion_r810789466 ## File path: src/runtime/pipeline/pipeline_executor.cc ## @@ -79,8 +79,10 @@ PackedFunc PipelineExecutor::GetFunction(const std::string& name,

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

2022-02-20 Thread GitBox
masahi commented on a change in pull request #10234: URL: https://github.com/apache/tvm/pull/10234#discussion_r810787674 ## File path: src/runtime/pipeline/pipeline_struct.h ## @@ -42,6 +52,75 @@ using GlobalOutputPair = std::pair; * The first 'int' is the module index, and

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

2022-02-15 Thread GitBox
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() +

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

2022-02-14 Thread GitBox
masahi commented on a change in pull request #10234: URL: https://github.com/apache/tvm/pull/10234#discussion_r806466392 ## File path: python/tvm/contrib/pipeline_executor.py ## @@ -213,6 +209,16 @@ def get_output(self): """ return self._get_output() +

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

2022-02-14 Thread GitBox
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() +