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

Implement GpuArithmeticApp #9

Closed melsonGit closed 2 years ago

melsonGit commented 2 years ago

All operations have been implemented successfully, barring issue #8 in GPU twoConv(). This application is close in parity to its CPU counterpart. Further changes will need to be made in order to achieve full parity (issues #4, #5, #6).