Update README.md

This commit is contained in:
moebiusband73
2019-03-13 15:00:11 +01:00
committed by GitHub
parent 6953ddf0fd
commit 33f126d6b6

View File

@@ -14,7 +14,7 @@ It contains the following streaming kernels with corresponding data access patte
* striad (L3, S1, WA): Schoenauer triad - `a = b + c * d`.
* sdaxpy (L3, S1): Schoenauer triad without write allocate - `a = a + b * c`.
As added benefit the code is a blueprint for a minimal benchmarking application with a generic makefile and modules for aligned array allocation, accurate timing and affinity settings. Those components may be used standalone in your own code project.
As added benefit the code is a blueprint for a minimal benchmarking application with a generic makefile and modules for aligned array allocation, accurate timing and affinity settings. Those components can be used standalone in your own project.
## Build