[GitHub] [tvm] areusch commented on a change in pull request #6917: Add Relay option to link parameters into runtime Modules

2020-11-25 Thread GitBox
areusch commented on a change in pull request #6917: URL: https://github.com/apache/tvm/pull/6917#discussion_r530562921 ## File path: src/target/source/codegen_c_host.cc ## @@ -57,6 +60,48 @@ void CodeGenCHost::AddFunction(const PrimFunc& f) { CodeGenC::AddFunction(f); }

[GitHub] [tvm] areusch commented on a change in pull request #6917: Add Relay option to link parameters into runtime Modules

2020-11-25 Thread GitBox
areusch commented on a change in pull request #6917: URL: https://github.com/apache/tvm/pull/6917#discussion_r530501677 ## File path: src/runtime/graph/graph_runtime.cc ## @@ -244,6 +250,43 @@ void GraphRuntime::ShareParams(const GraphRuntime& other, dmlc::Stream* strm) {

[GitHub] [tvm] areusch commented on a change in pull request #6917: Add Relay option to link parameters into runtime Modules

2020-11-24 Thread GitBox
areusch commented on a change in pull request #6917: URL: https://github.com/apache/tvm/pull/6917#discussion_r529909675 ## File path: src/target/source/codegen_params.cc ## @@ -0,0 +1,218 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more

[GitHub] [tvm] areusch commented on a change in pull request #6917: Add Relay option to link parameters into runtime Modules

2020-11-24 Thread GitBox
areusch commented on a change in pull request #6917: URL: https://github.com/apache/tvm/pull/6917#discussion_r529909292 ## File path: src/target/source/codegen_params.cc ## @@ -0,0 +1,218 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more

[GitHub] [tvm] areusch commented on a change in pull request #6917: Add Relay option to link parameters into runtime Modules

2020-11-24 Thread GitBox
areusch commented on a change in pull request #6917: URL: https://github.com/apache/tvm/pull/6917#discussion_r529908385 ## File path: src/target/source/codegen_params.cc ## @@ -0,0 +1,214 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more

[GitHub] [tvm] areusch commented on a change in pull request #6917: Add Relay option to link parameters into runtime Modules

2020-11-24 Thread GitBox
areusch commented on a change in pull request #6917: URL: https://github.com/apache/tvm/pull/6917#discussion_r529907378 ## File path: src/target/llvm/codegen_params.cc ## @@ -0,0 +1,151 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more

[GitHub] [tvm] areusch commented on a change in pull request #6917: Add Relay option to link parameters into runtime Modules

2020-11-24 Thread GitBox
areusch commented on a change in pull request #6917: URL: https://github.com/apache/tvm/pull/6917#discussion_r529873199 ## File path: src/target/source/codegen_c_host.cc ## @@ -57,6 +60,48 @@ void CodeGenCHost::AddFunction(const PrimFunc& f) { CodeGenC::AddFunction(f); }

[GitHub] [tvm] areusch commented on a change in pull request #6917: Add Relay option to link parameters into runtime Modules

2020-11-24 Thread GitBox
areusch commented on a change in pull request #6917: URL: https://github.com/apache/tvm/pull/6917#discussion_r529663829 ## File path: src/target/source/codegen_params.cc ## @@ -0,0 +1,218 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more

[GitHub] [tvm] areusch commented on a change in pull request #6917: Add Relay option to link parameters into runtime Modules

2020-11-24 Thread GitBox
areusch commented on a change in pull request #6917: URL: https://github.com/apache/tvm/pull/6917#discussion_r529660813 ## File path: src/target/source/codegen_c_host.cc ## @@ -57,6 +60,48 @@ void CodeGenCHost::AddFunction(const PrimFunc& f) { CodeGenC::AddFunction(f); }

[GitHub] [tvm] areusch commented on a change in pull request #6917: Add Relay option to link parameters into runtime Modules

2020-11-24 Thread GitBox
areusch commented on a change in pull request #6917: URL: https://github.com/apache/tvm/pull/6917#discussion_r529659051 ## File path: src/target/source/codegen_c_host.cc ## @@ -57,6 +60,48 @@ void CodeGenCHost::AddFunction(const PrimFunc& f) { CodeGenC::AddFunction(f); }