[GitHub] [tvm] comaniac commented on a change in pull request #7892: [Runtime]Pipeline Executor For Compute graph pipeline

2021-06-22 Thread GitBox
comaniac commented on a change in pull request #7892: URL: https://github.com/apache/tvm/pull/7892#discussion_r656638428 ## File path: cmake/config.cmake ## @@ -98,6 +98,8 @@ set(USE_STACKVM_RUNTIME OFF) # Whether enable tiny embedded graph executor. set(USE_GRAPH_EXECUTOR

[GitHub] [tvm] comaniac commented on a change in pull request #7892: [Runtime]Pipeline Executor For Compute graph pipeline

2021-06-01 Thread GitBox
comaniac commented on a change in pull request #7892: URL: https://github.com/apache/tvm/pull/7892#discussion_r643539511 ## File path: src/runtime/pipeline/pipeline_executor.cc ## @@ -0,0 +1,169 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more c

[GitHub] [tvm] comaniac commented on a change in pull request #7892: [Runtime]Pipeline Executor For Compute graph pipeline

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

[GitHub] [tvm] comaniac commented on a change in pull request #7892: [Runtime]Pipeline Executor For Compute graph pipeline

2021-05-05 Thread GitBox
comaniac commented on a change in pull request #7892: URL: https://github.com/apache/tvm/pull/7892#discussion_r626816048 ## File path: tests/python/relay/test_analysis_pipeline.py ## @@ -0,0 +1,144 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more cont

[GitHub] [tvm] comaniac commented on a change in pull request #7892: [Runtime]Pipeline Executor For Compute graph pipeline

2021-05-05 Thread GitBox
comaniac commented on a change in pull request #7892: URL: https://github.com/apache/tvm/pull/7892#discussion_r626814675 ## File path: tests/python/relay/test_analysis_pipeline.py ## @@ -0,0 +1,144 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more cont

[GitHub] [tvm] comaniac commented on a change in pull request #7892: [Runtime]Pipeline Executor For Compute graph pipeline

2021-05-04 Thread GitBox
comaniac commented on a change in pull request #7892: URL: https://github.com/apache/tvm/pull/7892#discussion_r626144519 ## File path: tests/python/relay/test_analysis_pipeline.py ## @@ -0,0 +1,144 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more cont

[GitHub] [tvm] comaniac commented on a change in pull request #7892: [Runtime]Pipeline Executor For Compute graph pipeline

2021-05-04 Thread GitBox
comaniac commented on a change in pull request #7892: URL: https://github.com/apache/tvm/pull/7892#discussion_r625917130 ## File path: tests/python/relay/test_analysis_pipeline.py ## @@ -0,0 +1,144 @@ +# Licensed to the Apache Software Foundation (ASF) under one Review comment