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

Check all files for formatting / comment consistency #6

Closed melsonGit closed 2 years ago

melsonGit commented 2 years ago

Issue

I've noticed a lack of formatting consistency throughout CpuArithmeticApp / GpuArithmeticApp code, especially with comments in certain files where logic is identical to another, yet accompanying comments will vary.

melsonGit commented 2 years ago

CpuArithmeticApp - Files yet to be formatted (source files only)

GpuArithmeticApp - Files yet to be formatted (source files only)

melsonGit commented 2 years ago

Commit 5085261ec1a8409346183c917927e3fba3db10bf brings format parity across the following files in CpuArithmeticApp:

matMultiCheck.cpp oneConvCheck.cpp twoConvCheck.cpp vecAddCheck.cpp

melsonGit commented 2 years ago

Code and design has been refactored beyond this, and is therefore no longer applicable.