issues
search
usnistgov
/
hiperc
High Performance Computing Strategies for Boundary Value Problems
https://pages.nist.gov/hiperc/en/latest/index.html
41
stars
8
forks
source link
OpenCL bugs
#96
Closed
tkphd
closed
7 years ago
tkphd
commented
7 years ago
Resources:
https://github.com/scrblnrd3/GPGPU-Diffusion/tree/master/OpenCLDiffusion
https://gist.github.com/warrenm/520e7241d62ea6b9b2ce
https://github.com/victusfate/opencl-book-examples/tree/master/src/Chapter_3/OpenCLConvolution
https://www.fixstars.com/en/opencl/book/OpenCLProgrammingBook/contents/
tkphd
commented
7 years ago
Debugging action items :
[x] Factor
scrblnrd3
code into HiPerC layout for differential analysis
[x] Read OpenCL spec to understand what, exactly, clCreateProgram and clCreateKernel are doing
[x] Using gdb, set breakpoint just before clCreateKernel and print addresses and values of OpenCLData struct leading into segfault
[x] Suspend all but one program with one kernel and test
Resources: