Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

Optomize for gpu

조회 수: 2 (최근 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