mirror of
https://github.com/amd/blis.git
synced 2026-05-24 10:24:34 +00:00
Added dedicated Performance section to README.md.
Details: - Spun off the Performance.md and PerformanceSmall.md links in the Documentation section into a new Performance section dedicated to those two links. (The previous entries remain redundantly listed within Documentation section.) Thanks to Robert van de Geijn for suggesting this change.
This commit is contained in:
19
README.md
19
README.md
@@ -13,6 +13,7 @@ Contents
|
||||
* **[Key Features](#key-features)**
|
||||
* **[How to Download BLIS](#how-to-download-blis)**
|
||||
* **[Getting Started](#getting-started)**
|
||||
* **[Perforamnce](#performance)**
|
||||
* **[Documentation](#documentation)**
|
||||
* **[External Packages](#external-packages)**
|
||||
* **[Discussion](#discussion)**
|
||||
@@ -393,6 +394,24 @@ If/when you have time, we *strongly* encourage you to read the detailed
|
||||
walkthrough of the build system found in our [Build System](docs/BuildSystem.md)
|
||||
guide.
|
||||
|
||||
Performance
|
||||
-----------
|
||||
|
||||
We provide graphs that report performance of several implementations across a
|
||||
range of hardware types, multithreading configurations, problem sizes,
|
||||
operations, and datatypes. These pages also document most of the details needed
|
||||
to reproduce these experiments.
|
||||
|
||||
* **[Performance](docs/Performance.md).** This document reports empirically
|
||||
measured performance of a representative set of level-3 operations on a variety
|
||||
of hardware architectures, as implemented within BLIS and other BLAS libraries
|
||||
for all four of the standard floating-point datatypes.
|
||||
|
||||
* **[PerformanceSmall](docs/PerformanceSmall.md).** This document reports
|
||||
empirically measured performance of `gemm` on select hardware architectures
|
||||
within BLIS and other BLAS libraries when performing matrix problems where one
|
||||
or two dimensions is exceedingly small.
|
||||
|
||||
Documentation
|
||||
-------------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user