Skip to content

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

Merged
tqchen merged 2 commits into
apache:masterfrom
eqy:eqy-android
Jun 14, 2018
Merged

fix missing std::to_string during Android build, android rpc test script#1279
tqchen merged 2 commits into
apache:masterfrom
eqy:eqy-android

Conversation

@eqy

@eqy eqy commented Jun 13, 2018

Copy link
Copy Markdown
Contributor

currently the Android build breaks on my end with:

/sampa/home/eqy/tvm/apps/android_rpc/app/src/main/jni/../../../../../../include/../src/runtime/thread_pool.cc:77:31: error: no member named 'to_string' in namespace 'std'
err += "Task " + std::to_string(i) + " error: " + par_errors_[i] + '\n';

switching the APP_STL seems to fix:
https://stackoverflow.com/a/27563132

also remove broken import in android rpc test

@tqchen tqchen merged commit 86b063f into apache:master Jun 14, 2018
tqchen pushed a commit to tqchen/tvm that referenced this pull request Jul 6, 2018
mnuyens pushed a commit to mnuyens/tvm that referenced this pull request Jul 10, 2018
sergei-mironov pushed a commit to sergei-mironov/tvm that referenced this pull request Aug 8, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants