Statistics
RANK
135,894
of 301,723
REPUTATION
0
CONTRIBUTIONS
1 Question
3 Answers
ANSWER ACCEPTANCE
100.0%
VOTES RECEIVED
0
RANK
of 21,401
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 176,250
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Discussions
AVERAGE NO. OF LIKES
Feeds
Answered
Speed up code on GPU by removing nested for loops
Got it! pp = exp(bsxfun(@plus, (1i*pi*lambda*z0*(delta0*(iii - Nx/2 -1)).^2), (1i*pi*lambda*z0*(delta0*(jjj - Ny/2 -1)).^2...
Speed up code on GPU by removing nested for loops
Got it! pp = exp(bsxfun(@plus, (1i*pi*lambda*z0*(delta0*(iii - Nx/2 -1)).^2), (1i*pi*lambda*z0*(delta0*(jjj - Ny/2 -1)).^2...
7 years ago | 0
Answered
Speed up code on GPU by removing nested for loops
Another array expansion problem, but slightly different: for ii = 1:Nx for jj = 1:Ny u = delta0*(ii - Nx/2 -...
Speed up code on GPU by removing nested for loops
Another array expansion problem, but slightly different: for ii = 1:Nx for jj = 1:Ny u = delta0*(ii - Nx/2 -...
7 years ago | 0
Question
Speed up code on GPU by removing nested for loops
Hello! I'm trying to speed up the following element-by-element array operation using the parallel computing toolbox. Is this a g...
7 years ago | 4 answers | 0

