フィルターのクリア

Info

この質問は閉じられています。 編集または回答するには再度開いてください。

Optomize for gpu

1 回表示 (過去 30 日間)
Mate 2u
Mate 2u 2012 年 4 月 26 日
閉鎖済み: MATLAB Answer Bot 2021 年 8 月 20 日
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

回答 (0 件)

この質問は閉じられています。

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by