Community Profile

photo

Nilmini karunarathne


University of Mississippi

Active since 2014

Statistics

Content Feed

View by

Question


in GPU there are large number of processors as I know. How I can assign each iteration to each processor separately.
I need to give one kl value for one processor and another one to another processor % my code kl= gpuArray(1:10000) ...

9 years ago | 0 answers | 0

0

answers

Question


I have mentioned part of my code below. I need to give multiple starting points(lb values) to my code using GPU programming. But I don't know how to do that. Can you tell me some possible ways to do that.
lb=[4e-6 93500 7e7 30e-6 7.5e5]; a0=lb; options=optimset('Display','iter','TolFun',10e-0,'TolX',10e-0,'Algorithm','trust-reg...

9 years ago | 0 answers | 0

0

answers