Go to file
Jake Goodwin 1965cd7429 updated readme file with instructions on running the program. 2023-02-02 15:16:45 -08:00
LICENSE Initial commit 2023-02-02 23:06:05 +00:00
Makefile migrated repo contents from old git server 2023-02-02 15:11:06 -08:00
README.md updated readme file with instructions on running the program. 2023-02-02 15:16:45 -08:00
arrayMul.cu migrated repo contents from old git server 2023-02-02 15:11:06 -08:00
cs475_project5.pdf migrated repo contents from old git server 2023-02-02 15:11:06 -08:00
data.csv migrated repo contents from old git server 2023-02-02 15:11:06 -08:00
data_calc.ods migrated repo contents from old git server 2023-02-02 15:11:06 -08:00
exception.h migrated repo contents from old git server 2023-02-02 15:11:06 -08:00
hardware.txt migrated repo contents from old git server 2023-02-02 15:11:06 -08:00
helper_cuda.h migrated repo contents from old git server 2023-02-02 15:11:06 -08:00
helper_functions.h migrated repo contents from old git server 2023-02-02 15:11:06 -08:00
helper_image.h migrated repo contents from old git server 2023-02-02 15:11:06 -08:00
helper_string.h migrated repo contents from old git server 2023-02-02 15:11:06 -08:00
helper_timer.h migrated repo contents from old git server 2023-02-02 15:11:06 -08:00
montecarlo migrated repo contents from old git server 2023-02-02 15:11:06 -08:00
montecarlo.cu migrated repo contents from old git server 2023-02-02 15:11:06 -08:00
performance_vs_blocksize.png migrated repo contents from old git server 2023-02-02 15:11:06 -08:00
performance_vs_numtrials.png migrated repo contents from old git server 2023-02-02 15:11:06 -08:00
script.sh migrated repo contents from old git server 2023-02-02 15:11:06 -08:00
uptime.txt migrated repo contents from old git server 2023-02-02 15:11:06 -08:00

README.md

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.