How can I calculate gpuArray multiplication with limited graphic memory?

The graphic memory available is 7GB. There are two matrices for element-wise multiplication. One is an int16-array of size [181, 217, 181, 250]. The other one is an indexing matrix (also int16-array) with the same shape as the previous one. Is there a feasible way to carry out the element-wise multiplication of the two matrices using this GPU?

Answers (0)

Tags

Asked:

on 30 Apr 2019

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!