MATLAB: How can we utilize GPU shared memory

gpuParallel Computing Toolbox

How can we utilize GPU shared memory? I got the error "GPU out of memory". However, the task manager said there was a shared GPU memory of 7.9 GB which was not utilized.

Best Answer

The "shared GPU memory" shown in task manager is not memory on the GPU itself, but part of the overall system memory that Windows makes available to the GPU. Unfortunately, we do not support utilizing that memory.