From 202c63df0148d26dc6130fab25666665d5730008 Mon Sep 17 00:00:00 2001 From: Charles Wang Date: Tue, 11 Feb 2020 10:47:56 -0800 Subject: [PATCH] Porting to GPU to accelerate the app, 1000x faster for uneven hybrid highly unstructured data tested on heterogeneous HPC --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 6d94db2..4a62192 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,14 @@ Yep. That's it. You should see the following output: ``` +If you happened to have a GPU, build the application like this: + +``` + +``` + +Yep. You get it. 1000x faster. + ### Deploying While you still have not done anything it's time to deploy your application. By running the following command you can deploy your application absolutely nowhere.