How can I calculate gpuArray multiplication with limited graphic memory?
Show older comments
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)
Categories
Find more on GPU Computing in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!