fix underscore/dash problems for mic_knl and skylake_avx512 (#16491)
This commit is contained in:
parent
bf203383bd
commit
d0220a990c
@ -21,7 +21,8 @@
|
|||||||
'x86-cascadelake': 'cascadelake',
|
'x86-cascadelake': 'cascadelake',
|
||||||
'x86-naples': 'zen',
|
'x86-naples': 'zen',
|
||||||
'x86-rome': 'zen', # Cheating because we have the wrong modules on rzcrayz
|
'x86-rome': 'zen', # Cheating because we have the wrong modules on rzcrayz
|
||||||
'x86-skylake': 'skylake-avx512'
|
'x86-skylake': 'skylake_avx512',
|
||||||
|
'mic-knl': 'mic_knl'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user