... | ... | @@ -64,6 +64,8 @@ However, something else stands out. On another test, which runtime is shown just |
|
|
|
|
|
## General comparison
|
|
|
|
|
|
### Between versions
|
|
|
|
|
|
This board shows the mean runtime taken for one iteration. The sequential versions are using one thread, the parallels ones are using 2 threads.
|
|
|
|
|
|
| setup \\ version | seq. without -fopenmp | seq with -fopenmp | openMP | openmp/nOS-V |
|
... | ... | @@ -77,3 +79,9 @@ The tests run with numactl can sometimes output the following error : |
|
|
`sched_setaffinity: Invalid argument`
|
|
|
|
|
|
However, this error is not occurring systematically.
|
|
|
|
|
|
### With number of threads
|
|
|
|
|
|
![model-perf-base](uploads/9aa5c941abc636bfc7fa05219b2c7488/model-perf-base.png)
|
|
|
|
|
|
Here are the performances of the original given model, compiled with OpenMP. As shown be the graph, the performances of the model stop increasing over 15/20 threads. |
|
|
\ No newline at end of file |