summary refs log tree commit diff stats
path: root/results/classifier/zero-shot/105/graphic/2874
blob: 6241a94228f2652c917c34483ef26a303c245ba7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
graphic: 0.967
device: 0.899
instruction: 0.762
semantic: 0.672
other: 0.646
mistranslation: 0.589
network: 0.487
socket: 0.377
vnc: 0.353
boot: 0.330
assembly: 0.157
KVM: 0.107

AMD Ryzen 9950x with -smp option yields "warning: This family of AMD CPU doesn't support hyperthreading"
Description of problem:
When using the above -smp option (`-smp 32,sockets=1,dies=1,clusters=1,cores=16,threads=2`), which should be valid for the Ryzen 9950X 16 cores / 32 threads CPU, QEMU prints:
```
qemu-system-x86_64: warning: This family of AMD CPU doesn't support hyperthreading(2). Please configure -smp options properly or try enabling topoext feature.
```
This is unexpected.  This CPU should support hyperthreading out of the box, it seems.
Steps to reproduce:
1. Run command above on Ryzen 9950X or similar CPU.