You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Xeon is a marketing name for all Intel server processors released in the last 15 or so years. As such, they can base on almost any x86-64 microarchitecture. The one in your link is based on an old Harpertown microarchitecture, which indeed doesn't have L3. AFAIK, all Xeons based on Haswell/Broadwell/Skylake microarchitecture have L3 cache. Thus, it is far more likely that the error code is caused by your processor not supporting AVX2, rather than not having L3 cache. Which Xeon model do you have?
My xeon is W3565 (microarchitecture Nehalem) with L3 but does not support AVX2. This indicates the error code is most likely due to missing AVX2 as mentioned.
Thank you.
charlyng
changed the title
NNPACK for XEON (No L3)
NNPACK for XEON W3565 (microarchitecture Nehalem)
Mar 31, 2016
May I know is it possible to parameterize NNPACK source code to support XEON processor without L3? I confirm XEON support AVX2.
I got error code below when running bench for XEON@ubuntu14.04
https://software.intel.com/en-us/forums/intel-moderncode-for-parallel-architectures/topic/291067
Thank you.
The text was updated successfully, but these errors were encountered: