summary refs log tree commit diff stats
path: root/results/classifier/gemma3:12b/device/2671
diff options
context:
space:
mode:
authorChristian Krinitsin <mail@krinitsin.com>2025-07-03 07:27:52 +0000
committerChristian Krinitsin <mail@krinitsin.com>2025-07-03 07:27:52 +0000
commitd0c85e36e4de67af628d54e9ab577cc3fad7796a (patch)
treef8f784b0f04343b90516a338d6df81df3a85dfa2 /results/classifier/gemma3:12b/device/2671
parent7f4364274750eb8cb39a3e7493132fca1c01232e (diff)
downloademulator-bug-study-d0c85e36e4de67af628d54e9ab577cc3fad7796a.tar.gz
emulator-bug-study-d0c85e36e4de67af628d54e9ab577cc3fad7796a.zip
add deepseek and gemma results
Diffstat (limited to 'results/classifier/gemma3:12b/device/2671')
-rw-r--r--results/classifier/gemma3:12b/device/267118
1 files changed, 18 insertions, 0 deletions
diff --git a/results/classifier/gemma3:12b/device/2671 b/results/classifier/gemma3:12b/device/2671
new file mode 100644
index 00000000..7d4fa7fb
--- /dev/null
+++ b/results/classifier/gemma3:12b/device/2671
@@ -0,0 +1,18 @@
+
+[Virtio-GPU Venus] I compiled virglrenderer with Venus support on 1.1.0,but could not boot QEMU with virtio-gpu Venus
+Description of problem:
+When I tried to use virtio-gpu-gl with venus=true like the template,it shows:
+![图片](/uploads/6481812acb0d2ada333f4b47b110cbb8/图片.png){width=1251 height=75}
+But I have already compile virglrenderer using:
+  meson setup build \
+  -Dvenus=true \
+  -Drender-server=true \
+  -Drender-server-worker=thread \
+  -Dbuildtype=release \
+  -Dprefix=${INSTDIR}
+
+and run QEMU with designated environment variables,but it still cannot boot,but if I use QEMU-8.0 with Venus-v17 patch and it works😭
+Steps to reproduce:
+Just use "-device virtio-gpu-gl,hostmem=4G,blob=true,venus=true" and it will show the problem
+Additional information:
+No