Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 2 commits into from
Jun 14, 2018

Conversation

eqy
Copy link
Contributor

@eqy eqy commented Jun 13, 2018

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