[GitHub] [tvm] areusch commented on a change in pull request #7653: Rename GraphRuntime to GraphExecutor

2021-03-24 Thread GitBox
areusch commented on a change in pull request #7653: URL: https://github.com/apache/tvm/pull/7653#discussion_r600763358 ## File path: apps/android_deploy/app/src/main/java/org/apache/tvm/android/demo/MainActivity.java ## @@ -224,108 +224,115 @@ protected void onPostExecute(Int

[GitHub] [tvm] areusch commented on a change in pull request #7653: Rename GraphRuntime to GraphExecutor

2021-03-18 Thread GitBox
areusch commented on a change in pull request #7653: URL: https://github.com/apache/tvm/pull/7653#discussion_r597154342 ## File path: docs/install/from_source.rst ## @@ -88,7 +88,7 @@ The configuration of TVM can be modified by `config.cmake`. - On macOS, for some versions o

[GitHub] [tvm] areusch commented on a change in pull request #7653: Rename GraphRuntime to GraphExecutor

2021-03-18 Thread GitBox
areusch commented on a change in pull request #7653: URL: https://github.com/apache/tvm/pull/7653#discussion_r597152991 ## File path: CMakeLists.txt ## @@ -326,7 +326,7 @@ if(USE_PROFILER) file(GLOB RUNTIME_GRAPH_DEBUG_SRCS src/runtime/graph/debug/*.cc) Review comment: