Skip to content

Commit

Permalink
changed default ARCHs to SPR/V2
Browse files Browse the repository at this point in the history
  • Loading branch information
JanLJL committed Oct 11, 2024
1 parent 2d1d8bf commit 9b9d7f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions osaca/osaca.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@
"V2",
]
DEFAULT_ARCHS = {
"aarch64": "A64FX",
"x86": "ICX",
"aarch64": "V2",
"x86": "SPR",
}


Expand Down

0 comments on commit 9b9d7f8

Please sign in to comment.