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

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

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

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

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

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

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

2020-11-22 Thread GitBox
tqchen commented on a change in pull request #6917: URL: https://github.com/apache/incubator-tvm/pull/6917#discussion_r528343180 ## File path: include/tvm/tir/function.h ## @@ -150,6 +151,31 @@ class PrimFunc : public BaseFunc {