Skip to content
Snippets Groups Projects
Commit c43f1053 authored by Gregory Becker's avatar Gregory Becker Committed by Todd Gamblin
Browse files

targets: add mic_knl target to microarchitectures.json

- This is needed to support Cray machines -- we need an architecture
  mic_knl > x86_64

- We used Cray's naming scheme for this target to make it work seamlessly
  with the module-based detection sccheme on Cray.  mic_knl is pretty
  much dead, so this will be the last succh target.  We will need to work
  wtih Cray and other vendors in the future.
parent 7daf8609
No related branches found
No related tags found
No related merge requests found
...@@ -296,6 +296,43 @@ ...@@ -296,6 +296,43 @@
} }
} }
}, },
"mic_knl": {
"from": "broadwell",
"vendor": "GenuineIntel",
"features": [
"mmx",
"sse",
"sse2",
"ssse3",
"sse4_1",
"sse4_2",
"popcnt",
"aes",
"pclmulqdq",
"avx",
"rdrand",
"f16c",
"movbe",
"avx2",
"fma",
"avx2",
"bmi1",
"bmi2",
"rdseed",
"adx",
"avx512f",
"avx512pf",
"avx512er",
"avx512cd"
],
"compilers": {
"gcc": {
"versions": "5.1:",
"name": "knl",
"flags": "-march={name} -mtune={name}"
}
}
},
"skylake_avx512": { "skylake_avx512": {
"from": "skylake", "from": "skylake",
"vendor": "GenuineIntel", "vendor": "GenuineIntel",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment