From f7e62939bce02d86f5bdc06a144209970dbdf9ff Mon Sep 17 00:00:00 2001 From: Jussi Enkovaara Date: Wed, 22 May 2024 16:11:32 +0300 Subject: [PATCH] Make threading optimization optional --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 80eb2ec..222d82d 100644 --- a/README.md +++ b/README.md @@ -29,8 +29,6 @@ Lecture slides from 2022 are [here](https://events.prace-ri.eu/event/1367/). - [Stream](stream) - [NUMA aware memory usage](first-touch) - - ### Performance tools - [Using Intel VTune](vtune) @@ -50,6 +48,7 @@ Lecture slides from 2022 are [here](https://events.prace-ri.eu/event/1367/). - [Fast mathematics](math) - [Branch prediction](branch-prediction) +## Additional exercises ### Threading optimization