gpuPlotGenerator icon indicating copy to clipboard operation
gpuPlotGenerator copied to clipboard

Kernel improvement

Open bhamon opened this issue 7 years ago • 0 comments

More and more GPUs come with a lot of RAM, but the max allocation size tends to be quite limited. The idea would be to implement a multi-buffer generation in the OpenCL kernel to use the full GPUs RAM capacity.

The hard part is syncing between multiple buffers with possibly different sizes. Or would it be better to instanciate multiple kernels at the same time ?

bhamon avatar Jan 18 '18 06:01 bhamon