Som*_*ing 12 virtualbox virtual-machine avx avx2 tensorflow
Illegal instruction (core dumped)
),很可能是由于 AVX 和 AVX2 被禁用。VBoxManage setextradata "Ubuntu20" VBoxInternal/CPUM/IsaExts/AVX 1
。VBoxManage setextradata "Ubuntu20" VBoxInternal/CPUM/IsaExts/AVX2 1
有什么建议吗?
cat /proc/cpuinfo
使用 Cygwin 在主机上的输出- 它在 avx2 中有 avx:
.....
processor : 7
vendor_id : GenuineIntel
cpu family : 6
model : 158
model name : Intel(R) Core(TM) i7-7700 CPU @ 3.60GHz
stepping : 9
cpu MHz : 3600.000
cache size : 256 KB
fpu : yes
fpu_exception : yes
cpuid level : 22
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts
acpi mmx fxsr sse sse2 ss ht tm pbe pni dtes64 est tm2 ssse3 fma cx16 xtpr pdcm sse4_1 sse4_2 movbe
popcnt aes xsave osxsave avx f16c rdrand hypervisor lahf_lm ida xsaveopt pln pts dtherm fsgsbase
tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm mpx rdseed adx smap clflushopt
TLB size : 0 4K pages
clflush size : 64
cache_alignment : 64
address sizes : 39 bits physical, 48 bits virtual
power management:
Run Code Online (Sandbox Code Playgroud)
来宾计算机上的输出cat /proc/cpuinfo
- avx 和 avx2 丢失:
processor : 0
vendor_id : GenuineIntel
cpu family : 6
model : 158
model name : Intel(R) Core(TM) i7-7700 CPU @ 3.60GHz
stepping : 9
microcode : 0xffffffff
cpu MHz : 3599.996
cache size : 8192 KB
physical id : 0
siblings : 1
core id : 0
cpu cores : 1
apicid : 0
initial apicid : 0
fpu : yes
fpu_exception : yes
cpuid level : 22
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 ht syscall nx rdtscp lm constant_tsc rep_good nopl xtopology nonstop_tsc cpuid
tsc_known_freq pni ssse3 pcid sse4_1 sse4_2 hypervisor lahf_lm invpcid_single pti fsgsbase invpcid
md_clear flush_l1d arch_capabilities
bugs : cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs itlb_multihit
bogomips : 7199.99
clflush size : 64
cache_alignment : 64
address sizes : 39 bits physical, 48 bits virtual
power management:
Run Code Online (Sandbox Code Playgroud)
Pat*_*aña 14
正如@George-Zheng提到的,如果您看到海龟图标,则说明您已启用 Hyper-V。按照他提供的链接上的建议可以解决此问题,您会注意到这一点,因为海龟现在变成了带有 V 的芯片。
总结一下说明:
以管理员身份在 Windows 主机中打开命令提示符。
禁用管理程序午餐
bcdedit /set hypervisorlaunchtype off
禁用 Microsoft Hyper-V
DISM /Online /Disable-Feature:Microsoft-Hyper-V
关机快
shutdown -s -t 2
等待几秒钟再打开。
如果问题仍然存在,请再坚持一两次。第二次对我有用。
归档时间: |
|
查看次数: |
34065 次 |
最近记录: |