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

Unable to get a successful result in twoConv GPU - possibly a constant memory issue #8

Closed melsonGit closed 2 years ago

melsonGit commented 2 years ago

Issue

Since moving to an integrated application, twoConvCheck() always returns an unsuccessful result. This suggests either a logic issue exists that I have overlooked or a constant memory issue with the GPU; this is despite maintaining nearly all code from its original implementation.

Additional Info

N/A

melsonGit commented 2 years ago

Commit 5023deb fixes the issue; operation now functional.

Closing.