initial support ZEN 4

This commit is contained in:
JanLJL
2024-08-30 17:41:45 +02:00
parent 6ea61d8893
commit 2fcc62ae1a
4 changed files with 5378 additions and 3 deletions

View File

@@ -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",