Community Profile

photo

Ariel Lanza


Active since 2019

Statistics

  • Thankful Level 1

View badges

Content Feed

View by

Question


Why is the gpuArray version of my code slower?
Hello, I am doing some experiments with gpuArrays with a simple problem: for every pair of distinct rows of a random matrix I w...

5 years ago | 2 answers | 0

2

answers

Question


Can you explain this behaviour?
I am running this code as a script vect = [1;1]; for iter = find(vect==1) [rowindex,colindex] = ind2sub(size(vect),iter);...

5 years ago | 1 answer | 0

1

answer