From 12e7718a5f13f6bb1dbff2844ed618d46a29ad30 Mon Sep 17 00:00:00 2001 From: Rafael Ravedutti Date: Thu, 29 Sep 2022 14:38:08 +0200 Subject: [PATCH] Insert stubbed case into table as well Signed-off-by: Rafael Ravedutti --- README.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 3b98d39..b4d0c05 100644 --- a/README.md +++ b/README.md @@ -7,11 +7,9 @@ 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. -| Verlet Lists | 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") +| Verlet Lists | GROMACS MxN | Stubbed case | +| ---------------------------------------------- | -------------------------------------------------- | ------------------------------------------------- | +| ![Image](figures/verlet_v2.png "Verlet Lists") | ![Image](figures/gromacs_mxn_v2.png "GROMACS MxN") | ![Image](figures/stub_new_v3.png "Stubbed cases") | ## Build instructions