From 33f126d6b6bb5d3d31211ad9f9c3cb26b5bd5145 Mon Sep 17 00:00:00 2001 From: moebiusband73 Date: Wed, 13 Mar 2019 15:00:11 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7c8ed74..e6ba43e 100644 --- a/README.md +++ b/README.md @@ -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