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?

Respuestas (0)

Categorías

Etiquetas

Preguntada:

el 30 de Abr. de 2019

Community Treasure Hunt

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

Start Hunting!

Translated by