How to convert this without using for loop for gpu computing?
Mostra commenti meno recenti
A2 is a Gpu array(600*104*36)
Code:
for n=1:36
[Q(:,:,n),R(:,:,n)]=qr(A2(:,:,n),0);
end
Risposte (0)
Categorie
Scopri di più su GPU Computing in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!