Hi guys,

I've tried searching the web for this as well as scratching my head on this.
:) I wonder if you have any ideas on how to 'nicely' do the following in
parallel using the GPU:

I have a list of lists e.g. [ [ a, b, c], [ a, d, f, p], [ c, d] ... ]

and I want to get the sub-list with the largest length. Essentially I would
want to have the index of that sub-list so perhaps there's a way to make
each thread do len( ). Then I could just use a host version of max( ) to get
the largest value. Thanks in advance guys and gals.


Best regards,

./francis
_______________________________________________
PyCUDA mailing list
[email protected]
http://lists.tiker.net/listinfo/pycuda

Reply via email to