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

2 Ansichten (letzte 30 Tage)
Naveen kumar Elumalai
Naveen kumar Elumalai am 29 Mär. 2018
Bearbeitet: Walter Roberson am 29 Mär. 2018
A2 is a Gpu array(600*104*36)
Code:
for n=1:36
[Q(:,:,n),R(:,:,n)]=qr(A2(:,:,n),0);
end

Antworten (0)

Kategorien

Mehr zu GPU Computing finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by