Hansong Zhang
Hansong Zhang
Issue hasn't been updated for 6 months. Please re-open if it's still valid.
for android my suggestion is shared: executorch xyz_ops_lib (+ _kernel)? xyz_backend remaining static
> @kirklandsign During your test, you could use the latter pool for testing, its ARN is arn:aws:devicefarm:us-west-2:308535385114:devicepool:02a2cf0f-6d9b-45ee-ba1a-a086587469e6/98f8788c-2e25-4a3c-8bb2-0d1e8897c0db Thank you for your suggestion @huydhn !
I feel like it's not related to adb install failure. However, I can't determine what's wrong from logs.
^ We have the proper SDK level set up in the apk
``` 09-14 05:02:07.908 2404 2796 I PackageManager: Integrity check passed for file:///data/app/vmdl1439995569.tmp 09-14 05:02:07.909 2404 2797 I PackageManager: START INSTALL PACKAGE: observer{105561742} 09-14 05:02:07.909 2404 2797 I PackageManager: stagedDir{/data/app/vmdl1439995569.tmp} 09-14...
Hi @LefterisXefteris feel free to grab it.
Hello @keyprocedure @LefterisXefteris please feel free to open up a PR. Thank you!
For delegate list, use https://github.com/pytorch/executorch/blob/9f6c0f2d85fed86f9daac76e8ccb13af2b838c3d/runtime/backend/interface.h#L146-L151 So in Java, expect something like ``` public class Runtime { public String[] getRegisteredBackends() {} -> JNI #include and for (int size_t i = 0;...
Hi @adonnini Currently the demo app doesn't copy java sources (modules) (e.g. NativePeer) but use the AAR instead https://github.com/pytorch/executorch/blob/f1a7d60e823104d1753b114656f798334fc728f3/examples/demo-apps/android/LlamaDemo/setup.sh#L21 and the AAR contains .so and .jar (which contains all compiled...