diff --git a/README.md b/README.md index 1433c32..1ac1dc0 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ It aims at covering all available state-of-the-art algorithms from different com Besides, many tools to study and evaluate the in-depth performance of such kernels on distinct hardware are made available like the gather-bench which is a benchmark to mimic the data movement from such kernels and the stubbed force calculation cases used to isolate the impacts caused by memory latencies and control flow divergence. -![Image](figures/verlet_v2.png "Verlet Lists") ![Image](figures/gromacs_mxn_v2.png "GROMACS MxN") +![Image](figures/verlet_v2.png "Verlet Lists") | ![Image](figures/gromacs_mxn_v2.png "GROMACS MxN") ![Image](figures/stub_new_v3.png "Stubbed cases") diff --git a/figures/gromacs_mxn_v2.png b/figures/gromacs_mxn_v2.png index 213c943..1733fd7 100644 Binary files a/figures/gromacs_mxn_v2.png and b/figures/gromacs_mxn_v2.png differ diff --git a/figures/stub_new_v3.png b/figures/stub_new_v3.png index d3dbbad..a275199 100644 Binary files a/figures/stub_new_v3.png and b/figures/stub_new_v3.png differ diff --git a/figures/verlet_v2.png b/figures/verlet_v2.png index c864d14..d3a0523 100644 Binary files a/figures/verlet_v2.png and b/figures/verlet_v2.png differ