mirror of
https://github.com/RRZE-HPC/OSACA.git
synced 2026-01-05 02:30:08 +01:00
fixed rendering issues in README for PyPi
This commit is contained in:
@@ -91,15 +91,15 @@ The usage of OSACA can be listed as:
|
|||||||
--export-graph EXPORT_PATH
|
--export-graph EXPORT_PATH
|
||||||
Output path for .dot file export. If "." is given, the file will be stored as "./osaca_dg.dot".
|
Output path for .dot file export. If "." is given, the file will be stored as "./osaca_dg.dot".
|
||||||
After the file was created, you can convert it to a PDF file using dot: `dot -Tpdf osaca_dg.dot -o osaca_dependency_graph.pdf`
|
After the file was created, you can convert it to a PDF file using dot: `dot -Tpdf osaca_dg.dot -o osaca_dependency_graph.pdf`
|
||||||
FILEPATH
|
|
||||||
describes the filepath to the file to work with and is always necessary
|
The **FILEPATH** describes the filepath to the file to work with and is always necessary
|
||||||
|
|
||||||
______________________
|
______________________
|
||||||
|
|
||||||
Hereinafter OSACA's scope of function will be described.
|
Hereinafter OSACA's scope of function will be described.
|
||||||
|
|
||||||
Throughput & Latency analysis
|
Throughput & Latency analysis
|
||||||
~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
As main functionality of OSACA this process starts by default. It is always necessary to specify the core architecture by the flag ``--arch ARCH``, where ``ARCH`` can stand for ``SNB``, ``IVB``, ``HSW``, ``BDW``, ``SKX``, ``CSX``, ``ZEN`` or ``VULCAN``.
|
As main functionality of OSACA this process starts by default. It is always necessary to specify the core architecture by the flag ``--arch ARCH``, where ``ARCH`` can stand for ``SNB``, ``IVB``, ``HSW``, ``BDW``, ``SKX``, ``CSX``, ``ZEN`` or ``VULCAN``.
|
||||||
|
|
||||||
For extracting the right kernel, one has to mark it beforehand.
|
For extracting the right kernel, one has to mark it beforehand.
|
||||||
|
|||||||
Reference in New Issue
Block a user