melsonGit / serial_cpp_vs_parallel_cuda

Code work for completion of MSc ICT. The original version of this project was submitted alongside a 15,000 word thesis paper and put into practice the theoretical CPU and GPGPU/GPU elements explored in the write-up. I continued to develop this project post-graduation.
0 stars 1 forks source link

Refactor vec add serial #1

Closed melsonGit closed 2 years ago

melsonGit commented 2 years ago

Refactored main code for the vector addition program, separating functions into different folders to make the main driver code cleaner. Also introduced a checking function to authenticate the output vector contents. Code is satisfactory and I've begun a global app that will encompass all the serial programs, hence the PR.