From 1a6cc892933085c93b8e81d5fc8d16366a2f39d0 Mon Sep 17 00:00:00 2001 From: Reynaldo Morillo Date: Thu, 13 Apr 2017 21:43:21 -0400 Subject: [PATCH] Initial Commit --- README.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..4b23a05 --- /dev/null +++ b/README.md @@ -0,0 +1,5 @@ +Parallel MCMC On GPU +=========================== + + +This project compares the performance of MCMC on a single threaded CPU, and a multicore, multithreaded GPU (using CUDA).