[GitHub] [tvm] manupa-arm commented on a change in pull request #7785: [AOT] Introducing AOT in TVM

2021-04-28 Thread GitBox
manupa-arm commented on a change in pull request #7785: URL: https://github.com/apache/tvm/pull/7785#discussion_r622140354 ## File path: src/runtime/crt/memory/stack_allocator.c ## @@ -0,0 +1,65 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more c

[GitHub] [tvm] manupa-arm commented on a change in pull request #7785: [AOT] Introducing AOT in TVM

2021-04-28 Thread GitBox
manupa-arm commented on a change in pull request #7785: URL: https://github.com/apache/tvm/pull/7785#discussion_r622139782 ## File path: src/runtime/crt/memory/stack_allocator.c ## @@ -0,0 +1,65 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more c

[GitHub] [tvm] manupa-arm commented on a change in pull request #7785: [AOT] Introducing AOT in TVM

2021-04-28 Thread GitBox
manupa-arm commented on a change in pull request #7785: URL: https://github.com/apache/tvm/pull/7785#discussion_r622139199 ## File path: src/runtime/crt/memory/stack_allocator.c ## @@ -0,0 +1,65 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more c

[GitHub] [tvm] manupa-arm commented on a change in pull request #7785: [AOT] Introducing AOT in TVM

2021-04-26 Thread GitBox
manupa-arm commented on a change in pull request #7785: URL: https://github.com/apache/tvm/pull/7785#discussion_r620080936 ## File path: src/runtime/crt/memory/stack_allocator.c ## @@ -16,17 +16,22 @@ * specific language governing permissions and limitations * under the Lic

[GitHub] [tvm] manupa-arm commented on a change in pull request #7785: [AOT] Introducing AOT in TVM

2021-04-26 Thread GitBox
manupa-arm commented on a change in pull request #7785: URL: https://github.com/apache/tvm/pull/7785#discussion_r620080936 ## File path: src/runtime/crt/memory/stack_allocator.c ## @@ -16,17 +16,22 @@ * specific language governing permissions and limitations * under the Lic

[GitHub] [tvm] manupa-arm commented on a change in pull request #7785: [AOT] Introducing AOT in TVM

2021-04-26 Thread GitBox
manupa-arm commented on a change in pull request #7785: URL: https://github.com/apache/tvm/pull/7785#discussion_r620080936 ## File path: src/runtime/crt/memory/stack_allocator.c ## @@ -16,17 +16,22 @@ * specific language governing permissions and limitations * under the Lic

[GitHub] [tvm] manupa-arm commented on a change in pull request #7785: [AOT] Introducing AOT in TVM

2021-04-23 Thread GitBox
manupa-arm commented on a change in pull request #7785: URL: https://github.com/apache/tvm/pull/7785#discussion_r619408979 ## File path: src/runtime/crt/memory/stack_allocator.c ## @@ -16,17 +16,22 @@ * specific language governing permissions and limitations * under the Lic

[GitHub] [tvm] manupa-arm commented on a change in pull request #7785: [AOT] Introducing AOT in TVM

2021-04-23 Thread GitBox
manupa-arm commented on a change in pull request #7785: URL: https://github.com/apache/tvm/pull/7785#discussion_r619408979 ## File path: src/runtime/crt/memory/stack_allocator.c ## @@ -16,17 +16,22 @@ * specific language governing permissions and limitations * under the Lic

[GitHub] [tvm] manupa-arm commented on a change in pull request #7785: [AOT] Introducing AOT in TVM

2021-04-23 Thread GitBox
manupa-arm commented on a change in pull request #7785: URL: https://github.com/apache/tvm/pull/7785#discussion_r619408979 ## File path: src/runtime/crt/memory/stack_allocator.c ## @@ -16,17 +16,22 @@ * specific language governing permissions and limitations * under the Lic

[GitHub] [tvm] manupa-arm commented on a change in pull request #7785: [AOT] Introducing AOT in TVM

2021-04-23 Thread GitBox
manupa-arm commented on a change in pull request #7785: URL: https://github.com/apache/tvm/pull/7785#discussion_r619384477 ## File path: src/runtime/crt/memory/stack_allocator.c ## @@ -16,17 +16,22 @@ * specific language governing permissions and limitations * under the Lic

[GitHub] [tvm] manupa-arm commented on a change in pull request #7785: [AOT] Introducing AOT in TVM

2021-04-23 Thread GitBox
manupa-arm commented on a change in pull request #7785: URL: https://github.com/apache/tvm/pull/7785#discussion_r619372859 ## File path: src/runtime/crt/memory/stack_allocator.c ## @@ -16,17 +16,22 @@ * specific language governing permissions and limitations * under the Lic

[GitHub] [tvm] manupa-arm commented on a change in pull request #7785: [AOT] Introducing AOT in TVM

2021-04-23 Thread GitBox
manupa-arm commented on a change in pull request #7785: URL: https://github.com/apache/tvm/pull/7785#discussion_r619359010 ## File path: src/runtime/crt/memory/stack_allocator.c ## @@ -16,17 +16,22 @@ * specific language governing permissions and limitations * under the Lic

[GitHub] [tvm] manupa-arm commented on a change in pull request #7785: [AOT] Introducing AOT in TVM

2021-04-21 Thread GitBox
manupa-arm commented on a change in pull request #7785: URL: https://github.com/apache/tvm/pull/7785#discussion_r617672408 ## File path: src/relay/backend/build_module.cc ## @@ -473,23 +517,25 @@ class RelayBuildModule : public runtime::ModuleNode { // Relay IRModule ->

[GitHub] [tvm] manupa-arm commented on a change in pull request #7785: [AOT] Introducing AOT in TVM

2021-04-21 Thread GitBox
manupa-arm commented on a change in pull request #7785: URL: https://github.com/apache/tvm/pull/7785#discussion_r617637024 ## File path: src/relay/backend/build_module.cc ## @@ -473,23 +517,25 @@ class RelayBuildModule : public runtime::ModuleNode { // Relay IRModule ->

[GitHub] [tvm] manupa-arm commented on a change in pull request #7785: [AOT] Introducing AOT in TVM

2021-04-20 Thread GitBox
manupa-arm commented on a change in pull request #7785: URL: https://github.com/apache/tvm/pull/7785#discussion_r616604456 ## File path: src/relay/backend/build_module.cc ## @@ -473,23 +492,35 @@ class RelayBuildModule : public runtime::ModuleNode { // Relay IRModule ->

[GitHub] [tvm] manupa-arm commented on a change in pull request #7785: [AOT] Introducing AOT in TVM

2021-04-19 Thread GitBox
manupa-arm commented on a change in pull request #7785: URL: https://github.com/apache/tvm/pull/7785#discussion_r615725747 ## File path: src/relay/backend/build_module.cc ## @@ -59,17 +64,50 @@ struct BuildOutput { */ struct GraphCodegen { public: - GraphCodegen() { -

[GitHub] [tvm] manupa-arm commented on a change in pull request #7785: [AOT] Introducing AOT in TVM

2021-04-07 Thread GitBox
manupa-arm commented on a change in pull request #7785: URL: https://github.com/apache/tvm/pull/7785#discussion_r608423833 ## File path: python/tvm/micro/model_library_format.py ## @@ -132,14 +135,25 @@ def export_model_library_format(mod: graph_executor_factory.GraphExecutorF