[GitHub] [incubator-tvm] tqchen commented on a change in pull request #6334: µTVM RPC server and Part 1 of AutoTVM compilation infrastructure

2020-09-13 Thread GitBox
tqchen commented on a change in pull request #6334: URL: https://github.com/apache/incubator-tvm/pull/6334#discussion_r487609121 ## File path: python/tvm/contrib/graph_runtime.py ## @@ -43,24 +43,34 @@ def create(graph_json_str, libmod, ctx): be used as this purpose. A

[GitHub] [incubator-tvm] tqchen commented on a change in pull request #6334: µTVM RPC server and Part 1 of AutoTVM compilation infrastructure

2020-09-04 Thread GitBox
tqchen commented on a change in pull request #6334: URL: https://github.com/apache/incubator-tvm/pull/6334#discussion_r483882571 ## File path: include/tvm/runtime/crt/rpc_common/framing.h ## @@ -0,0 +1,267 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one +

[GitHub] [incubator-tvm] tqchen commented on a change in pull request #6334: µTVM RPC server and Part 1 of AutoTVM compilation infrastructure

2020-09-04 Thread GitBox
tqchen commented on a change in pull request #6334: URL: https://github.com/apache/incubator-tvm/pull/6334#discussion_r483879722 ## File path: include/tvm/runtime/crt/rpc_common/buffer.h ## @@ -0,0 +1,70 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + *