Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
T
tic
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wenyuanbo
tic
Commits
0c37907d
Commit
0c37907d
authored
Jun 13, 2018
by
eqy
Committed by
Tianqi Chen
Jun 13, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix missing std::to_string during Android build, android rpc test script (#1279)
parent
c55865b4
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
apps/android_rpc/app/src/main/jni/Application.mk
+1
-1
apps/android_rpc/tests/android_rpc_test.py
+1
-1
No files found.
apps/android_rpc/app/src/main/jni/Application.mk
View file @
0c37907d
...
...
@@ -8,7 +8,7 @@ endif
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
ifeq ($(USE_OPENCL), 1)
...
...
apps/android_rpc/tests/android_rpc_test.py
View file @
0c37907d
...
...
@@ -6,7 +6,7 @@ And configure the proxy host field as commented.
import
tvm
import
os
from
tvm.contrib
import
rpc
,
util
,
ndk
,
rpc_proxy
from
tvm.contrib
import
rpc
,
util
,
ndk
import
numpy
as
np
# Set to be address of tvm proxy.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment