[GitHub] [incubator-tvm] liangfu commented on a change in pull request #5921: µTVM CRT modifications for on-device RPC server

2020-07-09 Thread GitBox
liangfu commented on a change in pull request #5921: URL: https://github.com/apache/incubator-tvm/pull/5921#discussion_r452596415 ## File path: apps/bundle_deploy/build_model.py ## @@ -33,19 +34,21 @@ def build_module(opts): func = mod["main"] func =

[GitHub] [incubator-tvm] liangfu commented on a change in pull request #5921: µTVM CRT modifications for on-device RPC server

2020-07-09 Thread GitBox
liangfu commented on a change in pull request #5921: URL: https://github.com/apache/incubator-tvm/pull/5921#discussion_r452596415 ## File path: apps/bundle_deploy/build_model.py ## @@ -33,19 +34,21 @@ def build_module(opts): func = mod["main"] func =

[GitHub] [incubator-tvm] liangfu commented on a change in pull request #5921: µTVM CRT modifications for on-device RPC server

2020-07-03 Thread GitBox
liangfu commented on a change in pull request #5921: URL: https://github.com/apache/incubator-tvm/pull/5921#discussion_r446453520 ## File path: include/tvm/runtime/crt/graph_runtime.h ## @@ -0,0 +1,110 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + *

[GitHub] [incubator-tvm] liangfu commented on a change in pull request #5921: µTVM CRT modifications for on-device RPC server

2020-06-26 Thread GitBox
liangfu commented on a change in pull request #5921: URL: https://github.com/apache/incubator-tvm/pull/5921#discussion_r446450205 ## File path: src/runtime/crt/Makefile ## @@ -0,0 +1,57 @@ +# Licensed to the Apache Software Foundation (ASF) under one Review comment: