From 01f0dc6ea69b3734cebb217b0e212c0a28b783d8 Mon Sep 17 00:00:00 2001 From: David Allemang Date: Wed, 11 Dec 2019 10:29:30 -0500 Subject: [PATCH] Create README.md --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..1f6b8f3 --- /dev/null +++ b/README.md @@ -0,0 +1,10 @@ +# Optimizing the Todd-Coxeter Algorithm +## High Performance Computing + +Directories `cpu-slo` and `cpu-opt` contain revisions of our CPU code. Directories `gpu-slo` and `gpu-opt` contain revisions of our GPU code. + +Directory `gap` contains the [GAP](https://www.gap-system.org/) code for the benchmarks we used. + +Subdirectories of `times` contain benchmark results for each implementation. + +`presentation.pdf` is our slide deck, and also contains tabular benchmark results.