gpuArray() max size?

hi Folks:
I am trying to create a gpuArray(zeros(78400, 28374)); but it returns max size limit is violated. I searched but did not find the max limit. So is there a max limit? If so, is that changable? If so, how do I tune the code making it allow my matrix (78400X28374)?

This is a limitation of the Parallel Computing Toolbox from MathWorks, so you should ask them.

If you want a better solution, try Jacket. With Jacket, you would do “gzeros(78400, 28374);”. See how Jacket compares to PCT, here: http://accelereyes.com/compare

This is a limitation of the Parallel Computing Toolbox from MathWorks, so you should ask them.

If you want a better solution, try Jacket. With Jacket, you would do “gzeros(78400, 28374);”. See how Jacket compares to PCT, here: http://accelereyes.com/compare

hmn…
I guess I have to stick with MATLAB…
Thanks a lot tho.

This is a limitation of the Parallel Computing Toolbox from MathWorks.External Media