From 8fef5912a5733f2dbe011854204a9f575ff0c8ee Mon Sep 17 00:00:00 2001 From: Jeffrey Phillips Freeman <jeffrey.freeman@syncleus.com> Date: Sun, 22 Oct 2017 18:39:18 -0400 Subject: [PATCH] Added caption to gifs. --- source/introduction/getting-started.html.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/source/introduction/getting-started.html.md b/source/introduction/getting-started.html.md index 52ef28b..d621da4 100644 --- a/source/introduction/getting-started.html.md +++ b/source/introduction/getting-started.html.md @@ -13,7 +13,9 @@ Aparapi was originally a project conceived and developed by AMD corporation. It Below you will find two side-by-side comparisons for the nbody problem on a CPU vs a GPU. The simulation is being run on an inexpensive graphics card; you can even run it yourself from the [examples project](https://github.com/Syncleus/aparapi-examples). Its obvious the drastic performance gains that can be acheived with Aparapi. -  +|  |  | +|:---:|:---:| +| GPU Accelerated | CPU Multi-threaded (8 cores) | ## Support and Documentation -- GitLab