Xeon E5-2460 v2 SSE 4.2 and VM's

Joined
May 4, 2016
Messages
9
I'm not sure if this is a configuration issue on the VM or possibly a SCALE issue but, I have a VM running ubuntu 22 on a fresh install of SCALE and it somehow does not support AVX/SSE 4.2. The processor itself can of course do AVX/SSE 4.2 but it seems SCALE does not. Is this a configuration thing on the VM that I need to tweak? I tried as many different CPU model configs as I could on the VM profile but it changed nothing.

Is there something I'm missing on this? The VM is needing to run a program that Go has an issue with since it is reporting it cannot do AVX.
 

bingo1105

Cadet
Joined
May 4, 2022
Messages
8
I'm running an Ubuntu 20.04 VM on SCALE with passthrough CPU and a very similar processor. Not really sure what your issue is, but my VM reports AVX and SSE 4.2 as enabled:

bingo@atb:~$ cat /proc/cpuinfo
processor : 0
vendor_id : GenuineIntel
cpu family : 6
model : 62
model name : Intel(R) Xeon(R) CPU E5-2470 v2 @ 2.40GHz
stepping : 4
microcode : 0x42e
cpu MHz : 2399.998
cache size : 16384 KB
physical id : 0
siblings : 2
core id : 0
cpu cores : 2
apicid : 0
initial apicid : 0
fpu : yes
fpu_exception : yes
cpuid level : 13
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss ht syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon rep_good nopl xtopology cpuid tsc_known_freq pni pclmulqdq vmx ssse3 cx16 pdcm pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cpuid_fault ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid fsgsbase tsc_adjust smep erms xsaveopt arat umip md_clear arch_capabilities
vmx flags : vnmi preemption_timer posted_intr invvpid ept_x_only ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid shadow_vmcs
bugs : cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs
bogomips : 4799.99
clflush size : 64
cache_alignment : 64
address sizes : 40 bits physical, 48 bits virtual
power management:
 
Last edited:
Joined
May 4, 2016
Messages
9
Ah ha okay so I set it to host pass through and literally rebooted the VM 4+ times and it finally is showing avx on the VM. No clue why it took that long but it's working now oddly enough
 
Top