How to convert this without using for loop for gpu computing?

1 visualización (últimos 30 días)
Naveen kumar Elumalai
Naveen kumar Elumalai el 29 de Mzo. de 2018
Editada: Walter Roberson el 29 de Mzo. de 2018
A2 is a Gpu array(600*104*36)
Code:
for n=1:36
[Q(:,:,n),R(:,:,n)]=qr(A2(:,:,n),0);
end

Respuestas (0)

Categorías

Más información sobre GPU Computing en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by