Info

Diese Frage ist geschlossen. Öffnen Sie sie erneut, um sie zu bearbeiten oder zu beantworten.

Optomize for gpu

2 Ansichten (letzte 30 Tage)
Mate 2u
Mate 2u am 26 Apr. 2012
Geschlossen: MATLAB Answer Bot am 20 Aug. 2021
Hi there, I am using a function called leadlag supplied by mathworks with a tutorial on algorithmic trading and want to optomize this using the gpu (Arrayfun).
The code I have calling the function is:
for n = 1:100
parfor m = n:100
[~,~,sh(n,m)] = leadlag(Close,n,m,annualScaling, 0.00006);
end
end
- How can I optomize this so the loops are faster in the cuda enabaled gpu! Hint: Arrayfun
Thanks

Antworten (0)

Diese Frage ist geschlossen.

Community Treasure Hunt

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

Start Hunting!

Translated by