Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions KVM/qemu/cpu_model.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,14 @@
- default:
# cpu model same with platform automatically
enable_check = no
- dmr:
# To-add: APX
cpu_model = DiamondRapids-v1
check_host_cpuid = yes
features = "AMX_COMPLEX AMX_FP8 AMX_TF32 AMX_AVX512 AMX_MOVRS MOVRS AVX10"
cpuid = "24 0 0 0 b 16, 24 0 0 0 b 17, 24 0 0 0 b 18, 24 0 1 0 c 2, 24 0 0 0 b 0:7 2"
- cwf:
# To-add: NMIS
cpu_model = ClearwaterForest-v1
check_host_cpuid = yes
features = "SHA512 SM3 SM4 AVX_VNNI_INT16 FRED LKGS"
Expand Down
Loading