summary refs log tree commit diff stats
path: root/results/classifier/zero-shot/105/device/1743
blob: 6774ad273ec71772f31f2dfd866294b60430a2dc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
device: 0.923
graphic: 0.913
instruction: 0.851
socket: 0.726
vnc: 0.588
network: 0.587
boot: 0.507
semantic: 0.451
mistranslation: 0.413
other: 0.379
assembly: 0.038
KVM: 0.031

QEm+Android emulator crashes on x86 host (but not mac M1)
Description of problem:
Using QEmu+Android emulator crashes when using tflite on x86 hosts (but not M1 macs).
Steps to reproduce:
1. Install android toolchain, including emulator (sdkmanager, adb, avdmanager etc)
2. Start android emulator on an x86 host
3. Follow instructions to download and run tflite benchmarking tool [here](https://www.tensorflow.org/lite/performance/measurement)
4. Crashes with the following error

```
06-27 17:38:28.093  8355  8355 F ndk_translation: vendor/unbundled_google/libs/ndk_translation/intrinsics/intrinsics_impl_x86_64.cc:86: CHECK failed: 524288 == 0
```

We have tried with many different models and the result is always the same. The same models run fine when the emulator runs on a mac M1 host.
Additional information: