Skip to content

Commit 2f06900

Browse files
authoredMar 17, 2025··
add syntax flag in README
1 parent bdbcb18 commit 2f06900

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎README.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -100,9 +100,9 @@ The usage of OSACA can be listed as:
100100
shows the program’s version number.
101101
--arch ARCH
102102
needs to be replaced with the target architecture abbreviation.
103-
Possible options are ``SNB``, ``IVB``, ``HSW``, ``BDW``, ``SKX``, ``CSX``, ``ICL`` (Client), ``ICX`` (Server), ``SPR`` for the latest Intel micro architectures starting from Intel Sandy Bridge and ``ZEN[1-4]`` for AMD Zen architectures.
104-
Furthermore, ``TX2`` for Marvell`s ARM-based ThunderX2 , ``N1`` for ARM's Neoverse, ``A72`` for ARM Cortex-A72, ``TSV110`` for the HiSilicon TaiShan v110, ``A64FX`` for Fujitsu's HPC ARM architecture, ``M1`` for the Apple M1-Firestorm performance core, and ``V2`` for the Neoverse V2 (used in NVIDIA's Grace CPU) are available.
105-
If no micro-architecture is given, OSACA assumes a default architecture for x86/AArch64.
103+
See `the table of supported microarchitectures below <https://github.com/RRZE-HPC/OSACA?tab=readme-ov-file#supported-microarchitectures>`__ for all possible options. If no micro-architecture is given, OSACA assumes a default architecture for x86/AArch64.
104+
--syntax SYNTAX
105+
Define the assembly syntax (ATT, Intel) for x86. If no syntax is given, OSACA tries to determine automatically the syntax to use.
106106
--fixed
107107
Run the throughput analysis with fixed port utilization for all suitable ports per instruction.
108108
Otherwise, OSACA will print out the optimal port utilization for the kernel.

0 commit comments

Comments
 (0)
Please sign in to comment.