How can I calculate gpuArray multiplication with limited graphic memory?
Mostrar comentarios más antiguos
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?
Respuestas (0)
Categorías
Más información sobre GPU Computing en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!