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

Android shared lib (so) can not run on Android 4.4.2 #6329

Closed
snsun opened this issue Aug 24, 2020 · 1 comment
Closed

Android shared lib (so) can not run on Android 4.4.2 #6329

snsun opened this issue Aug 24, 2020 · 1 comment

Comments

@snsun
Copy link

snsun commented Aug 24, 2020

Hi all, Recently, I am using TVM to deploy my pytorch model to android devices. When I use an Android phone with android 6.0, everything goes well. However, when I use another andorid pad with version android 4.4.2, the so goes wrong. I used logcat to capture the log and I got :

rnnt_decoder.so (fused_cast_take_divide_add_round_cast_clip_cast_expand_dims_cast_subtract_layout_9068456268455801501_)

I/DEBUG ( 2213): 8a785fa8 7d46c208

I/DEBUG ( 2213): 8a785fac 7d467c40

I/DEBUG ( 2213): #00 8a785fb0 7d461080

I/DEBUG ( 2213): … …

I/DEBUG ( 2213): #1 8a785fb0 7d461080

I/DEBUG ( 2213): … …

I/DEBUG ( 2213): #2 8a785fb0 7d461080

For the android api, i use android-19. Anyone has met the same problem?

@tqchen
Copy link
Member

tqchen commented Aug 25, 2020

Thanks for reporting the problem, please open a trouble shooting thread on https://discuss.tvm.ai/ Perhaps you should use the same ndk that comes with the corresponding android version?

@tqchen tqchen closed this as completed Aug 25, 2020
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

No branches or pull requests

2 participants