diff options
| author | Christian Krinitsin <mail@krinitsin.com> | 2025-06-05 06:55:18 +0000 |
|---|---|---|
| committer | Christian Krinitsin <mail@krinitsin.com> | 2025-06-05 06:55:18 +0000 |
| commit | 993a7c1ea28968a4479a87ad6c2637a7045d2d51 (patch) | |
| tree | 024d7266fc695c4f93ab6ce0fcd52326f3ac379d /results/classifier/108/performance/1743 | |
| parent | 2773b5e236e2217a35a53dbc298757610c7bbbc6 (diff) | |
| download | qemu-analysis-993a7c1ea28968a4479a87ad6c2637a7045d2d51.tar.gz qemu-analysis-993a7c1ea28968a4479a87ad6c2637a7045d2d51.zip | |
add new classifier result
Diffstat (limited to 'results/classifier/108/performance/1743')
| -rw-r--r-- | results/classifier/108/performance/1743 | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/results/classifier/108/performance/1743 b/results/classifier/108/performance/1743 new file mode 100644 index 000000000..7a98463d0 --- /dev/null +++ b/results/classifier/108/performance/1743 @@ -0,0 +1,31 @@ +performance: 0.942 +device: 0.923 +graphic: 0.913 +PID: 0.809 +socket: 0.726 +files: 0.620 +vnc: 0.588 +network: 0.587 +permissions: 0.508 +boot: 0.507 +semantic: 0.451 +debug: 0.436 +other: 0.379 +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: + |