[GitHub] [tvm] comaniac commented on a change in pull request #8702: [Runtime] Pipeline Executor Initial patch.

2021-09-08 Thread GitBox
comaniac commented on a change in pull request #8702: URL: https://github.com/apache/tvm/pull/8702#discussion_r704643441 ## File path: python/tvm/contrib/pipeline_executor.py ## @@ -0,0 +1,538 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more

[GitHub] [tvm] comaniac commented on a change in pull request #8702: [Runtime] Pipeline Executor Initial patch.

2021-09-02 Thread GitBox
comaniac commented on a change in pull request #8702: URL: https://github.com/apache/tvm/pull/8702#discussion_r701467431 ## File path: python/tvm/contrib/pipeline_executor.py ## @@ -0,0 +1,559 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more

[GitHub] [tvm] comaniac commented on a change in pull request #8702: [Runtime] Pipeline Executor Initial patch.

2021-08-31 Thread GitBox
comaniac commented on a change in pull request #8702: URL: https://github.com/apache/tvm/pull/8702#discussion_r698716858 ## File path: python/tvm/contrib/pipeline_executor.py ## @@ -0,0 +1,395 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more

[GitHub] [tvm] comaniac commented on a change in pull request #8702: [Runtime] Pipeline Executor Initial patch.

2021-08-30 Thread GitBox
comaniac commented on a change in pull request #8702: URL: https://github.com/apache/tvm/pull/8702#discussion_r698900151 ## File path: python/tvm/contrib/pipeline_executor.py ## @@ -0,0 +1,395 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more

[GitHub] [tvm] comaniac commented on a change in pull request #8702: [Runtime] Pipeline Executor Initial patch.

2021-08-30 Thread GitBox
comaniac commented on a change in pull request #8702: URL: https://github.com/apache/tvm/pull/8702#discussion_r698861647 ## File path: python/tvm/contrib/pipeline_executor.py ## @@ -0,0 +1,395 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more

[GitHub] [tvm] comaniac commented on a change in pull request #8702: [Runtime] Pipeline Executor Initial patch.

2021-08-30 Thread GitBox
comaniac commented on a change in pull request #8702: URL: https://github.com/apache/tvm/pull/8702#discussion_r698848856 ## File path: python/tvm/contrib/pipeline_executor.py ## @@ -0,0 +1,395 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more

[GitHub] [tvm] comaniac commented on a change in pull request #8702: [Runtime] Pipeline Executor Initial patch.

2021-08-30 Thread GitBox
comaniac commented on a change in pull request #8702: URL: https://github.com/apache/tvm/pull/8702#discussion_r698716858 ## File path: python/tvm/contrib/pipeline_executor.py ## @@ -0,0 +1,395 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more

[GitHub] [tvm] comaniac commented on a change in pull request #8702: [Runtime] Pipeline Executor Initial patch.

2021-08-28 Thread GitBox
comaniac commented on a change in pull request #8702: URL: https://github.com/apache/tvm/pull/8702#discussion_r697926981 ## File path: python/tvm/contrib/pipeline_executor.py ## @@ -0,0 +1,352 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more

[GitHub] [tvm] comaniac commented on a change in pull request #8702: [Runtime] Pipeline Executor Initial patch.

2021-08-27 Thread GitBox
comaniac commented on a change in pull request #8702: URL: https://github.com/apache/tvm/pull/8702#discussion_r697595674 ## File path: CMakeLists.txt ## @@ -388,6 +388,21 @@ if(GTEST_INCLUDE_DIR AND GTEST_LIB) include(GoogleTest) endif() +if(USE_PIPELINE_EXECUTOR) +