How can I calculate gpuArray multiplication with limited graphic memory?
Ältere Kommentare anzeigen
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?
Antworten (0)
Kategorien
Mehr zu GPU Computing finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!