Community Profile

photo

Dominic Lepage


Active since 2015

Followers: 0   Following: 0

Statistics

Feeds

View by

Answered
Running scripts in parallel on the GPU
Sean, Sounds like a good idea. However, when I try it it returns an error: U = pagefun(@svd,X); Error using gpuArray/...

9 years ago | 0

Question


Running scripts in parallel on the GPU
*Short version:* S=arrayfun(myfun,Y,X) calls the function specified by function handle |myfun| and passes elements from array...

9 years ago | 5 answers | 0

5

answers

Answered
Running scripts in parallel on the GPU
Thanks for your answer Edric. I don't think I can vectorize |myfyn| further. Basically, I take the vector |y(:,1)| , stretch ...

9 years ago | 0