Program for Memory Optimization of C / OpenCL Code
Project Description:
This is possibly a very simple project for someone with an excellent knowledge of C and OpenCL. That, however, is not me!
The code in question performs several operations in GPU memory. I am fairly sure that the memory is not being written/allocated to etc in an optimal way as it uses (no pinned memory) -> clEnqueueWriteBuffer and clFinish rather than what I think is the more well-organized clCreateBuffer (pinned memory, written to in one command).
Skills required are C Programming, OpenCL