mirror of
https://github.com/RRZE-HPC/OSACA.git
synced 2026-01-04 18:20:09 +01:00
initial support ZEN 4
This commit is contained in:
@@ -34,6 +34,7 @@ SUPPORTED_ARCHS = [
|
||||
"ZEN1",
|
||||
"ZEN2",
|
||||
"ZEN3",
|
||||
"ZEN4",
|
||||
"TX2",
|
||||
"N1",
|
||||
"A64FX",
|
||||
@@ -104,8 +105,8 @@ def create_parser(parser=None):
|
||||
"--arch",
|
||||
type=str,
|
||||
help="Define architecture (SNB, IVB, HSW, BDW, SKX, CSX, ICL, ICX, SPR, ZEN1, ZEN2, ZEN3, "
|
||||
"TX2, N1, A64FX, TSV110, A72, M1, V2). If no architecture is given, OSACA assumes a default uarch for "
|
||||
"x86/AArch64.",
|
||||
"ZEN4, TX2, N1, A64FX, TSV110, A72, M1, V2). If no architecture is given, OSACA assumes a "
|
||||
"default uarch for x86/AArch64.",
|
||||
)
|
||||
parser.add_argument(
|
||||
"--fixed",
|
||||
|
||||
Reference in New Issue
Block a user