Updated Home (markdown)

Jan
2020-06-24 13:45:16 +02:00
parent 51f6c4e012
commit 01a1638636

@@ -7,4 +7,9 @@
For an innermost loop kernel in assembly, this tool allows automatic instruction fetching of assembly code and automatic runtime prediction including throughput analysis and detection for critical path and loop-carried dependencies.
# Download
<a href=https://github.com/RRZE-HPC/OSACA/releases>Release page at GitHub</a>
<a href=https://github.com/RRZE-HPC/OSACA/releases>Release page at GitHub</a>
# Motivation
In areas of computer science and computational applications in general, the key of efficient software is performance.
Optimization of modern programs therefore is an important part of programming and computational science but turns out to be complex and extremely difficult.
This is an effort to develop an easy to use but yet powerful static performance analysis tools for...