From 1965cd74298582bc3448ab78cbd1e68160dc407c Mon Sep 17 00:00:00 2001 From: jakegoodwin Date: Thu, 2 Feb 2023 15:16:45 -0800 Subject: [PATCH] updated readme file with instructions on running the program. --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index f1220bd..7f100bf 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,15 @@ # Cuda_preformance_analysis +This repo is from a project I did for an parallel programming class. It looks +into the preformance of using GPUs(Cuda) for preforming calculations and +what the impact of the parallel fraction is. + + +## Instructions: + +To run the program I would suggest using the bash script I've written. It will +use the defines in it's command arguments to change the number and size of +calculations being preformed. + + +