updated readme file with instructions on running the program.

This commit is contained in:
Jake Goodwin 2023-02-02 15:16:45 -08:00
parent f64d44b563
commit 1965cd7429
1 changed files with 13 additions and 0 deletions

View File

@ -1,2 +1,15 @@
# Cuda_preformance_analysis # 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.