Commit 0c37907d by eqy Committed by Tianqi Chen

fix missing std::to_string during Android build, android rpc test script (#1279)

parent c55865b4
...@@ -8,7 +8,7 @@ endif ...@@ -8,7 +8,7 @@ endif
include $(config) include $(config)
APP_STL := gnustl_static APP_STL := c++_static
APP_CPPFLAGS += -DDMLC_LOG_STACK_TRACE=0 -DTVM4J_ANDROID=1 -std=c++11 -Oz -frtti APP_CPPFLAGS += -DDMLC_LOG_STACK_TRACE=0 -DTVM4J_ANDROID=1 -std=c++11 -Oz -frtti
ifeq ($(USE_OPENCL), 1) ifeq ($(USE_OPENCL), 1)
......
...@@ -6,7 +6,7 @@ And configure the proxy host field as commented. ...@@ -6,7 +6,7 @@ And configure the proxy host field as commented.
import tvm import tvm
import os import os
from tvm.contrib import rpc, util, ndk, rpc_proxy from tvm.contrib import rpc, util, ndk
import numpy as np import numpy as np
# Set to be address of tvm proxy. # Set to be address of tvm proxy.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment